SecuredDebt
Type CDM 7.2.0The model carries no description for this type.
Extends —
Extended by —
Attributes 5
Namespace cdm.base.staticdata.asset.common
Attributes
All 5 declared on SecuredDebt. Cardinality in amber is required.
| Name | Type | Card. | Description |
|---|---|---|---|
| securedType | SecuredTypeEnum | 0..1 | Specifies the type of secured debt product. |
| assetBacked | AssetBackedEnum | 0..1 | Specifies the type of Asset Backed Security. |
| collateralizedObligation | CollateralizedObligationEnum | 0..1 | Specifies the type of Collateralized Obligation. |
| coveredBond | CoveredBondEnum | 0..1 | Specifies the type of Covered Bond. |
| propertyType | PropertyTypeEnum | 0..1 | Specifies the type of property when the security is linked to a property asset. |
Conditions
Validation rules the model enforces on this type, in Rune. An instance that breaks one of these is invalid CDM, whatever produced it.
AssetBackedExists Condition
Condition to restrict selection of the assetBacked attribute if AssetBacked is not set as the securedType value.
if securedType <> SecuredTypeEnum -> AssetBacked
then assetBacked is absent PropertyExists Condition
Condition to restrict selection of the property attribute if the security is not linked to a property asset: mortgage, property, CMO.
if assetBacked <> Mortgage
or assetBacked <> Property
or collateralizedObligation <> CMO
then propertyType is absent CollateralizedObligationExists Condition
Condition to restrict selection of the collateralizedObligations attribute if CollateralizedObligation is not set as the securedType value.
if securedType <> CollateralizedObligation
then collateralizedObligation is absent CoveredBondsExists Condition
Condition to restrict selection of the coveredBonds attribute if CoveredBonds is not set as the securedType value.
if securedType <> CoveredBonds then coveredBond is absent Referenced by
1 type holds a SecuredDebt as an attribute.
Open SecuredDebt in the Model Browser
Walk the tree and the reference graph interactively, and switch releases to see how the type has changed. Free, no signup.