XML Schema Documentation

Model Group: OptionSettlement.model

[Table of contents]

Name OptionSettlement.model
Used by (from the same schema document) Complex Type OptionBaseExtended
Documentation A group which has Option Settlement elements
XML Instance Representation
<settlementType> SettlementTypeEnum </settlementType> [0..1]
<settlementDate> AdjustableOrRelativeDate </settlementDate> [0..1]
Start Group: SettlementAmountOrCurrency.model [0..1]
Start Choice [1]
<settlementAmount> Money </settlementAmount> [1]

'Settlement Amount'

<settlementCurrency> Currency </settlementCurrency> [1]

'Settlement Currency for use where the Settlement Amount cannot be known in advance'

End Choice
End Group: SettlementAmountOrCurrency.model
Diagram
type_SettlementTypeEnum type_AdjustableOrRelativeDate group_SettlementAmountOrCurrency.model
Schema Component Representation
<xsd:group name="OptionSettlement.model">
<xsd:sequence>
<xsd:element name="settlementType" type=" SettlementTypeEnum " minOccurs="0"/>
<xsd:element name="settlementDate" type=" AdjustableOrRelativeDate " minOccurs="0"/>
<xsd:group ref=" SettlementAmountOrCurrency.model " minOccurs="0"/>
</xsd:sequence>
</xsd:group>