Skip to content

Slot: breakdown

Each split breakdown specifies the set of primitive instructions to be applied to a single branch of that split. N split breakdowns result in N output trades, which include the original trade. Instructions for how to handle the original trade (e.g. if it must be closed) must be specified in one of the breakdowns.

URI: common_domain_model:breakdown

Applicable Classes

Name Description Modifies Slot
SplitInstruction Specifies instructions for a split, consisting of a breakdown of instructions... no

Properties

Type and Range

Property Value
Range PrimitiveInstruction
Domain Of SplitInstruction

Cardinality and Requirements

Property Value
Required Yes
Multivalued Yes

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:breakdown
native common_domain_model:breakdown

LinkML Source

name: breakdown
description: Each split breakdown specifies the set of primitive instructions to be
  applied to a single branch of that split. N split breakdowns result in N output
  trades, which include the original trade. Instructions for how to handle the original
  trade (e.g. if it must be closed) must be specified in one of the breakdowns.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
domain_of:
- SplitInstruction
range: PrimitiveInstruction
required: true
multivalued: true
inlined: true
inlined_as_list: true