XML Schema Documentation

Model Group: IncreaseDetails.model

[Table of contents]

Name IncreaseDetails.model
Used by (from the same schema document) Complex Type Increase
XML Instance Representation
<increaseTradeDate> xsd:date </increaseTradeDate> [1]

'The date on which the the parties enter into the Increase transaction'

<increaseEffectiveDate> xsd:date </increaseEffectiveDate> [1]

'The date on which the Increase becomes effective'

Start Choice [1]
<increaseInNotionalAmount> Money </increaseInNotionalAmount> [1]

'Specifies the fixed amount by which the Notional increases due to the Increase transaction.'

<outstandingNotionalAmount> Money </outstandingNotionalAmount> [1]

'Specifies the Notional amount after the Increase.'

<increaseInNumberOfOptions> xsd:decimal </increaseInNumberOfOptions> [1]

'Specifies the fixed amount by which the Number of Options increases due to the Increase transaction.'

<outstandingNumberOfOptions> xsd:decimal </outstandingNumberOfOptions> [1]

'Specifies the Number of Options after the Increase.'

End Choice
Diagram
Schema Component Representation
<xsd:group name="IncreaseDetails.model">
<xsd:sequence>
<xsd:element name="increaseTradeDate" type=" xsd:date "/>
<xsd:element name="increaseEffectiveDate" type=" xsd:date "/>
<xsd:choice>
<xsd:sequence>
<xsd:element name="increaseInNotionalAmount" type=" Money "/>
<xsd:element name="outstandingNotionalAmount" type=" Money "/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="increaseInNumberOfOptions" type=" xsd:decimal "/>
<xsd:element name="outstandingNumberOfOptions" type=" xsd:decimal "/>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:group>