7.0.0-dev.75
Asset - Expanded Coverage for Secured Debt
Background
Different types of secured debt are not well represented in CDM.
In the current model, Asset Backed Securities could exist in CDM using the value in DebtClassEnum, however, there is no way to represent Mortgage Backed Securities or other types of secured debt.
What is being released?
This release supports the inclusion of secured debt by making the following changes:
- Created a new
SecuredDebttype for different types of secured debt - Added
securedas an attribute underDebtEconomicswith theSecuredDebttype - Added
assetBacked,collateralizedObligations, andcoveredBondsas attributes inSecuredType, each with their own corresponding enumeration - Added a
PropertyTypeEnumto determine the type of property when the security is linked to a property asset - Removed
AssetBackedas a value fromDebtClassEnum - Added conditions to validate the values selected from
SecuredTypeEnumcorrespond to the correct attribute inSecuredType - Removed redundant "debt" prefix in the attributes of
DebtEconomics
Review Directions
Changes can be reviewed in PR: #4257