8000 Release 7.0.0-dev.11 · finos/common-domain-model · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

7.0.0-dev.11

Compare
Choose a tag to compare
@regnosys-ops regnosys-ops released this 17 Apr 00:00
· 22 commits to master since this release
4f60b52

Add CSA components from ISDA Foundations to CDM - Added enum, func, and types to legaldocumentation.csa namespace

Background

The ISDA Foundations project is a model extension built on top of the CDM that contains legal IP (contained in legal documentation references) only available to ISDA members. Additions or updates to the ISDA Foundations project can cause it to go out of sync with the CDM.

Any “hard-coded” legal provision are removed from the model description

All ISDA legal IP has been scrubbed from components and hidden behind a docReference tag, with the path to legal definitions & descriptions clearly identified and listed.

What is being released?

A CDM user has access to all the components that were previously in ISDA Foundations

Added CSA components & namespaces to legaldocumentation

  • isda.legaldocumentation.csa.enum

  • isda.legaldocumentation.csa.func

  • isda.legaldocumentation.csa.type

  • These will have minimal impact as only the csa.type namespace currently exists in CDM, and consists of 3 empty types.

Review Directions

The change can be reviewed in PR: 3652

0