7.0.0-dev.77
Collateral Model - Collateral Guarantor added to Collateral Criteria
Background
There is a gap in the collateral model where a party cannot be specified to guarantee the collateral asset. Although users can specify the collateral issuer type, the guarantor is not supported in the collateral criteria choice type. A guarantor is a common requirement for collateral criteria.
What is being released?
IssuerTypeEnumis renamed toCollateralEntityTypeEnum. This enum can be reused as the entity type values are common across the issuer & guarantor.IssuerTypeEnumis used only in theCollateralIssuerTypeso there is minimal impact to other areas of the model.CollateralGuarantorTypeis created which has theCollateralEntityTypeEnumas an attribute.CollateralGuarantorTypeis added toCollateralCriteria.
Review Directions
Changes can be reviewed in PR: #4258