{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.instructioncomposition",
  "type": "object",
  "title": "CompositionStepInstructions",
  "description": "Container for all instruction steps that can be used within an InstructionComposition.",
  "properties": {
    "collectFloatingRateOption": {
      "description": "Data needed to execute the extraction of the Floating Rate Option index name.",
      "$ref": "cdm-event-instructioncomposition-reset-CollectFloatingRateOptionInstruction.schema.json"
    }
  }
}
