XML Schema Documentation

Complex Type: ChangeContractSize

[Table of contents]

Super-types: ChangeContract < ChangeContractSize (by extension)
Sub-types: None
Name ChangeContractSize
Abstract no
Documentation Represent a change in Contract Size.
XML Instance Representation
<...>
<contractReference> ContractReference </contractReference> [1]

'Identification of the Contract which is subject to change.'

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

'The date on which the the parties enter into the change.'

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

'The date on which the change becomes effective.'

<payment> Payment </payment> [0..1]

'Payment for the right to change the Contract.'

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

'Specifies the fixed amount by which the Notional Amount changes.'

<outstandingNotionalAmount> Money </outstandingNotionalAmount> [1]

'Specifies the Notional amount after the Change.'

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

'Specifies the fixed amount by which the Number of Options changes.'

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

'Specifies the Number of Options after the Change.'

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

'Specifies the fixed amount by which the Number of Units changes.'

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

'Specifies the Number of Units.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="ChangeContractSize">
<xsd:complexContent>
<xsd:extension base=" ChangeContract ">
<xsd:choice>
<xsd:sequence>
<xsd:element name="changeInNotionalAmount" type=" Money "/>
<xsd:element name="outstandingNotionalAmount" type=" Money "/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="changeInNumberOfOptions" type=" xsd:decimal "/>
<xsd:element name="outstandingNumberOfOptions" type=" xsd:decimal "/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="changeInNumberOfUnits" type=" xsd:decimal "/>
<xsd:element name="outstandingNumberOfUnits" type=" xsd:decimal "/>
</xsd:sequence>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>