Skip to content

7.0.0-dev.77

Choose a tag to compare

@regnosys-ops regnosys-ops released this 07 Jan 10:08
9cc8f8f

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?

  • IssuerTypeEnum is renamed to CollateralEntityTypeEnum. This enum can be reused as the entity type values are common across the issuer & guarantor. IssuerTypeEnum is used only in the CollateralIssuerType so there is minimal impact to other areas of the model.
  • CollateralGuarantorType is created which has the CollateralEntityTypeEnum as an attribute.
  • CollateralGuarantorType is added to CollateralCriteria.

Review Directions

Changes can be reviewed in PR: #4258