.cdm-java.6.0.0-dev.82.source-code.cdm-base-staticdata-asset-credit-NotDomesticCurrency.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.base.staticdata.asset.credit",
"type": "object",
"title": "NotDomesticCurrency",
"description": "A class to specify the ISDA 2003 Term: Not Domestic Currency.",
"properties": {
"applicable": {
"description": "Indicates whether the Not Domestic Currency provision is applicable.",
"type": "boolean"
},
"currency": {
"description": "An explicit specification of the domestic currency. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.",
"$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
}
},
"required": [
"applicable"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy