Skip to content

7.0.0-dev.78

Choose a tag to compare

@regnosys-ops regnosys-ops released this 09 Jan 17:44
8c2620d

Legal Documentation - Enhanced functionality for Umbrella Agreements

Background

The umbrella functionality within the CDM needs to support the capture of Legal Agreement terms under an umbrella agreement structure. The existing legal agreement types are not currently used under the UmbrellaAgreement type, and there is no way of defining multiple sets of umbrella agreements.

What is being released?

Updated types and enumerated lists have been added to support the specification of multiple sets of agreements and their related parties under an UmbrellaAgremeent.

Enum

  • UmbrellaPartyRoleEnum - Represents the legal role a party is assigned for the agreement.

Type

  • UmbrellaAgreementSet - Allows multiple sets of elections to be captured and assigned to specific parties to the agreement.
  • UmbrellaAgreementEntity - Defines the parties to the agreement.
  • ParentParty - Allows parties to be associated with a parent party on the agreement.

Review Directions

Changes can be reviewed in PR: #4322