R/RcppExports.R

Defines functions CppSuccDate CppPrevDate NumToDate PayCalc DIST LeapDayInside FirstMatch sumC Date_LDM DayDiff DaysInYear DaysInMonth LDM leap

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

leap <- function(x) {
    .Call(`_BondValuation_leap`, x)
}

LDM <- function(x) {
    .Call(`_BondValuation_LDM`, x)
}

DaysInMonth <- function(x) {
    .Call(`_BondValuation_DaysInMonth`, x)
}

DaysInYear <- function(x) {
    .Call(`_BondValuation_DaysInYear`, x)
}

DayDiff <- function(x) {
    .Call(`_BondValuation_DayDiff`, x)
}

Date_LDM <- function(x) {
    .Call(`_BondValuation_Date_LDM`, x)
}

sumC <- function(x) {
    .Call(`_BondValuation_sumC`, x)
}

FirstMatch <- function(x) {
    .Call(`_BondValuation_FirstMatch`, x)
}

LeapDayInside <- function(x) {
    .Call(`_BondValuation_LeapDayInside`, x)
}

DIST <- function(x) {
    .Call(`_BondValuation_DIST`, x)
}

PayCalc <- function(x) {
    .Call(`_BondValuation_PayCalc`, x)
}

NumToDate <- function(x) {
    .Call(`_BondValuation_NumToDate`, x)
}

CppPrevDate <- function(x) {
    .Call(`_BondValuation_CppPrevDate`, x)
}

CppSuccDate <- function(x) {
    .Call(`_BondValuation_CppSuccDate`, x)
}

Try the BondValuation package in your browser

Any scripts or data that you put into this service are public.

BondValuation documentation built on May 30, 2022, 1:08 a.m.