terms | R Documentation |
Implemented e.g. for ACTUS contract models where terms
returns all available contract terms or for valuation
engine models where the method returns the valuation model
parameters.
terms(object)
## S4 method for signature 'ContractModel'
terms(object)
## S4 method for signature 'ValuationEngine'
terms(object)
## S4 method for signature 'ContractType'
terms(object)
object |
The object for which to return terms |
character A character vector of the names of available terms
get,set
pam = Pam()
terms(pam) # returns all Principal At Maturity terms
dc = DcModel()
terms(dc) # returns all parameters of the discounting model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.