| age.exactRounded | Calculate the age of the insured based on exact age at... |
| age.yearDifference | Calculate the age of the insured based on the difference of... |
| applyHook | If 'hook' is a function, apply it to 'val', otherwise return... |
| CalculationSingleEnum-class | Enum to define how much of a contract needs to be calculated... |
| contractGrid | Create a grid of InsuranceContract objects or premiums with... |
| costs.baseAlpha | Helper function to define base costs with base alpha, but... |
| costsDisplayTable | Helper function to display all cost definitions in a concise... |
| costs.scaleAlpha | Helper function to modify alpha costs of an insurance... |
| costValuesAsDF | Convert the multi-dimensional costs array to a data.frame for... |
| deathBenefit.annuityDecreasing | Describes the death benefit of a decreasing whole life... |
| deathBenefit.linearDecreasing | Describes the death benefit of a linearly decreasing whole... |
| exportInsuranceContractExample | Export the example calculations of an insurance contract |
| exportInsuranceContract.xlsx | Export an insurance act object tocontract (object of class... |
| fallbackFields | Replace missing values in ields by default fallback values |
| fillFields | Overwrite all existing fields with default values given |
| fillNAgaps | Replace all 'NA' entries of a vector with the previous non-NA... |
| filterProfitRates | Filter the whole data.frame of profit rates for the given... |
| freqCharge | Defines a frequency charge (surcharge for... |
| head0 | Set all entries of the given vector to 0 up until index... |
| initializeCosts | Initialize or modify a data structure for the definition of... |
| InsuranceContract | Base Class for Insurance Contracts |
| InsuranceContract.ParameterDefaults | Default parameters for the InsuranceContract class. |
| InsuranceContract.ParametersFallback | Use fallback values for missing contract parameters |
| InsuranceContract.ParametersFill | Initialize the insurance contract parameters from passed... |
| InsuranceContract.ParameterStructure | Full insurance contract parameter structure. |
| InsuranceContract.Values | Data structure (filled only with NULL) for insurance contract... |
| InsuranceTarif | Base class for traditional Insurance Tarifs (with fixed... |
| isRegularPremiumContract | Determine whether a contract (given all parameters) is a... |
| isSinglePremiumContract | Determine whether a contract (given all parameters) is a... |
| makeContractGridDimname | Create human-readable labels for the dimensions in a... |
| pad0 | Pad a vector with 0 to a desired length |
| padLast | Pad the vector 'v' to length 'l' by repeating the last entry... |
| PaymentTimeSingleEnum-class | Enum to describe when a benefit or premium payment is due (in... |
| ProfitComponentsMultipleEnum-class | Enum to define the different components of profit... |
| ProfitParticipation | Base Class for Profit Participation Schemes |
| ProfitParticipationFunctions | Helper functions for profit participation |
| rollingmean | Calculate the rolling mean of length 2 |
| setCost | Update one component of an InsuranceTarif's cost structure |
| SexSingleEnum-class | Enum to describe possible sexes in an insurance contract or... |
| showVmGlgExamples | Display insurance contract calculation example |
| TariffTypeSingleEnum-class | An enum specifying the main characteristics of the tarif. |
| testVmGlgExample | Perform unit tests of given standard values of the insurance... |
| valueOrFunction | If 'val' is a function, evaluate it, otherwise return 'val' |
| vmGlgExample.generateTest | Generate testthat output for unit-testing a tarif... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.