Skip to content

5.40.0

Choose a tag to compare

@ReleaseManagement-BP ReleaseManagement-BP released this 09 Jul 14:59
8662e45

Infrastructure - Dependency Update

Background

The CDM infrastructure includes a feature for enumerations that allows them to be linked directly to an FpML or ISO coding scheme. By assigning the appropriate canonical URI to the enumeration, it can automatically stay in sync with updates to the underlying coding scheme.

What is being released?

The FpML Coding Scheme 2.26 was recently published, the changes to coding schemes can be viewed here. To keep in sync with the new published FpML Coding Scheme, the FloatingRateIndexEnum has been updated with the following values:

  • PHP_ORR_OIS_Compound

This release also updates the DSL and Bundle dependencies:

Version updates include:

  • DSL 9.84.0 - as operation. See DSL release notes: 9.84.0
  • Bundle 11.122.2 - Update FpML coding scheme to 2.26

Review Directions

Changes can be reviewed in PR: #4925

function Create_ProposedWorkflowStep - propagate action attribute to proposedWorkflowStep

Background

The function cdm.event.workflow.Create_ProposedWorkflowStep has the input parameter action, which is not propagated to the proposedWorkflowStep WorkflowStep action attribute

What is being released?

Add the action mapping to proposedWorkflowStep

Review Directions

Changes can be reviewed in PR: #4830