Description Usage Arguments Value See Also Examples
Checks whether object inherits from CDSSpec class
1 | is.CDSSpec(x)
|
x |
an R object |
TRUE if x inherits from the CDSSpec class; otherwise FALSE
Other CDS curve helpers: CDSCurve,
CDSMarkitSpec,
CDSSingleNameSpec, CDSSpec,
SurvivalProbabilities,
ZeroHazardRate, is.CDSCurve
1 2 3 4 5 6 | curve_specs <- CDSMarkitSpec(
rating = "AAA",
region = "Japan",
sector = "Utilities"
)
is.CDSSpec(curve_specs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.