.cdm-java.6.0.0-dev.82.source-code.cdm-product-asset-DividendEntitlementEnum.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.asset",
"type": "string",
"title": "DividendEntitlementEnum",
"description": "The enumerated values to specify the date on which the receiver of the equity payout is entitled to the dividend.",
"enum": [
"ExDate",
"RecordDate"
],
"oneOf": [
{
"enum": [
"ExDate"
],
"title": "ExDate",
"description": "Dividend entitlement is on the dividend ex-date."
},
{
"enum": [
"RecordDate"
],
"title": "RecordDate",
"description": "Dividend entitlement is on the dividend record date."
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy