complexType "TradeNotionalChange"
Namespace:
Content:
complex, 12 elements
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
(tradeIdentifier* | originalTrade?), agreementDate?, executionDateTime?, effectiveDate?, payment?, ((changeInNotionalAmount?, outstandingNotionalAmount?) | (changeInNumberOfOptions?, outstandingNumberOfOptions?) | (changeInNumberOfUnits?, outstandingNumberOfUnits?))
</...>
Content Model Elements (12):
agreementDate,
changeInNotionalAmount,
changeInNumberOfOptions,
changeInNumberOfUnits,
effectiveDate (defined in AgreementAndEffectiveDates.model group),
executionDateTime (defined in AgreementAndEffectiveDates.model group),
originalTrade,
outstandingNotionalAmount (defined in TradeNotionalChange complexType),
outstandingNumberOfOptions (defined in TradeNotionalChange complexType),
outstandingNumberOfUnits (defined in TradeNotionalChange complexType),
payment (defined in TradeAlterationPayment.model group),
tradeIdentifier (defined in TradeChangeBase complexType)
All Direct / Indirect Based Elements (2):
increase, termination
Known Usage Locations
Annotation
A structure describing a change to the trade notional.
Type Definition Detail
Type Derivation Tree
TradeChangeBase (extension)
  TradeNotionalChange
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="TradeNotionalChange">
<xsd:complexContent>
<xsd:extension base="TradeChangeBase">
<xsd:choice>
<xsd:sequence>
<xsd:element minOccurs="0" name="changeInNotionalAmount" type="Money"/>
<xsd:element minOccurs="0" name="outstandingNotionalAmount" type="Money"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element minOccurs="0" name="changeInNumberOfOptions" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="outstandingNumberOfOptions" type="xsd:decimal"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element minOccurs="0" name="changeInNumberOfUnits" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="outstandingNumberOfUnits" type="xsd:decimal"/>
</xsd:sequence>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 6/12)
changeInNotionalAmount
Type:
Money, complex content
Specifies the fixed amount by which the Notional Amount changes
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="changeInNotionalAmount" type="Money"/>

changeInNumberOfOptions
Type:
xsd:decimal, predefined, simple content
Specifies the fixed amount by which the Number of Options changes
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="changeInNumberOfOptions" type="xsd:decimal"/>

changeInNumberOfUnits
Type:
xsd:decimal, predefined, simple content
Specifies the fixed amount by which the Number of Units changes
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="changeInNumberOfUnits" type="xsd:decimal"/>

outstandingNotionalAmount
Type:
Money, complex content
Specifies the Notional amount after the Change
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="outstandingNotionalAmount" type="Money"/>

outstandingNumberOfOptions
Type:
xsd:decimal, predefined, simple content
Specifies the Number of Options after the Change.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="outstandingNumberOfOptions" type="xsd:decimal"/>

outstandingNumberOfUnits
Type:
xsd:decimal, predefined, simple content
Specifies the Number of Units
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="outstandingNumberOfUnits" type="xsd:decimal"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.