.cdm-java.6.0.0-dev.63.source-code.cdm-product-collateral-CollateralCriteriaBase.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.collateral",
"type": "object",
"title": "CollateralCriteriaBase",
"description": "Represents a set of criteria used to specify and describe collateral.",
"properties": {
"issuer": {
"description": "Represents a filter based criteria related to the issuer.",
"type": "array",
"items": {
"$ref": "cdm-product-collateral-IssuerCriteria.schema.json"
},
"minItems": 0
},
"asset": {
"description": "Represents a filter based on the criteria related to the asset.",
"type": "array",
"items": {
"$ref": "cdm-product-collateral-AssetCriteria.schema.json"
},
"minItems": 0
},
"appliesTo": {
"description": "Specifies which of the two counterparties the criteria applies to (either one or both counterparties). This attribute is optional, in case the applicable party is already specified elsewhere within a party election.",
"type": "array",
"items": {
"$ref": "cdm-base-staticdata-party-CounterpartyRoleEnum.schema.json"
},
"minItems": 0,
"maxItems": 2
},
"restrictTo": {
"description": "Restrict the criteria to only apply to a specific type of margin, ie IM or VM.",
"$ref": "cdm-product-collateral-CollateralMarginTypeEnum.schema.json"
},
"ratingPriorityResolution": {
"description": "Denotes which Criteria has priority if more than one agency rating applies.",
"$ref": "cdm-product-collateral-RatingPriorityResolutionEnum.schema.json"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy