View source: R/calculate_maturities.R
calculate_maturities | R Documentation |
Beregn forfall fra gitt startdato
calculate_maturities( df, start_date, settlementdate, maturitydate, transaction_volume, grouping_variables, type = "volume", freq = "d" )
df |
dataframe |
start_date |
start-dato man vil beregne forfall fra |
settlementdate |
navn på kolonne med oppgjørsdato |
maturitydate |
navn på kolonne med forfallsdato |
transaction_volume |
navn på kolonne med transaksjonsvolum |
grouping_variables |
vektor med variabelnavn man vil gruppere etter |
type |
char med type serie man vil velge. "volume" for forfall i volum per dag, "cummulative volume" for kummulativt volum per dag, "percent of outstanding" for å regne om volum per dag til prosent av utestående volum. "cummulative percent of outstanding" for å regne ut kummulativ prosentvise forfall av uteståend volum |
## Not run: m = calculate_maturities(df, "2020-01-01", "SettlementDate", "MaturityDate", "PrincipalAmount", "Maturity") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.