XML Schema Documentation

Complex Type: PartialTerminationAmount

[Table of contents]

Super-types: None
Sub-types: None
Name PartialTerminationAmount
Used by (from the same schema document) Model Group TerminationDetails.model
Abstract no
XML Instance Representation
<...>
Start Choice [0..1]
<decreaseInNotionalAmount> Money </decreaseInNotionalAmount> [1]

'Specifies the fixed amount by which the Notional decreases due to the Partial Termination transaction.'

<outstandingNotionalAmount> Money </outstandingNotionalAmount> [1]

'Specifies the Notional amount after the Partial Termination.'

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

'Specifies the fixed amount by which the Number of Options decreases due to the Partial Termination transaction.'

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

'Specifies the Number of Options after the Partial Termination.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="PartialTerminationAmount">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element name="decreaseInNotionalAmount" type=" Money "/>
<xsd:element name="outstandingNotionalAmount" type=" Money "/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="decreaseInNumberOfOptions" type=" xsd:decimal "/>
<xsd:element name="outstandingNumberOfOptions" type=" xsd:decimal "/>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>