complexType "TradeNotionalChange"
Namespace:
Content:
complex, 16 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (16):
eventIdentifier (defined in AbstractEvent complexType),
originalTrade (defined in TradeChangeBase complexType),
resultingTrade (defined in TradeChangeBase complexType),
tradeIdentifier (defined in TradeChangeBase complexType)
All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
A structure describing a change to the size of a trade.
Type Definition Detail
Type Derivation Tree
AbstractEvent (extension)
  TradeChangeBase (extension)
      TradeNotionalChange
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="TradeNotionalChange">
<xsd:complexContent>
<xsd:extension base="TradeChangeBase">
<xsd:sequence>
<xsd:choice>
<xsd:group fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="The model could not provide support for linking notionals with product legs. Also, there was limitation in the existing increase and termination events which don&#8217;t allow the reporting of both change of units or change of notional amount as required for dividend swaps, for example. Instead, sizeChange, should be used." ref="TradeNotionalChange.model"/>
<xsd:element maxOccurs="unbounded" name="sizeChange" type="TradeLegSizeChange"/>
</xsd:choice>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="priceChange" type="TradeLegPriceChange"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/16)
priceChange
Type:
TradeLegPriceChange, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="priceChange" type="TradeLegPriceChange"/>

sizeChange
Type:
TradeLegSizeChange, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" name="sizeChange" type="TradeLegSizeChange"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.