Skip to content

7.0.0-dev.45

Choose a tag to compare

@regnosys-ops regnosys-ops released this 15 Oct 09:31
e5f69fc

Pre-trade - Addition of [rootType] to AvailableInventory and SecurityLocate

Background

The AvailableInventory and SecurityLocate types are top level types used for modelling the securities lending pre-trade processes of where a lender distributes details of the securities they have available and where a borrower can request specific securities respectively.

Adding the [rootType] annotation to these two types sets them as top level types and also makes them accessible through the Object Builder, making it easier for modellers to build JSON examples of their structure.

What is being released?

  • Addition of [rootType] annotation to AvailableInventory
  • Addition of [rootType] annotation to SecurityLocate

Review Directions

Changes can be reviewed in PR: #4105