XML Schema Documentation

Complex Type: DividendSwapTransactionSupplement

[Table of contents]

Super-types: Product < DividendSwapTransactionSupplement (by extension)
Sub-types: None
Name DividendSwapTransactionSupplement
Used by (from the same schema document) Element dividendSwapTransactionSupplement
Abstract no
Documentation A Dividend Swap Transaction Supplement.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<productType> ProductType </productType> [0..*]

'A classification of the type of product. FpML defines a simple product categorization using a coding scheme.'

<productId> ProductId </productId> [0..*]

'A product reference identifier allocated by a party. FpML does not define the domain values associated with this element. Note that the domain values for this element are not strictly an enumerated list.'

<dividendLeg> DividendLeg </dividendLeg> [1]

'Dividend leg.'

<fixedLeg> FixedPaymentLeg </fixedLeg> [1]

'Fixed payment leg.'

Start Group: EquityUnderlyerProvisions.model [0..1]
<multipleExchangeIndexAnnexFallback> xsd:boolean </multipleExchangeIndexAnnexFallback> [0..1]

'Used for specifying whether additional annex terms for trades with underlyers that are listed on multiple exchanges, as defined in the European Master Confirmation, will apply.'

<localJurisdiction> Country </localJurisdiction> [0..1]

'Local Jurisdiction is a term used in the AEJ Master Confirmation, which is used to determine local taxes, which shall mean taxes, duties, and similar charges imposed by the taxing authority of the Local Jurisdiction If this element is not present Local Jurisdiction is Not Applicable.'

<relevantJurisdiction> Country </relevantJurisdiction> [0..1]

'Relevent Jurisdiction is a term used in the AEJ Master Confirmation, which is used to determine local taxes, which shall mean taxes, duties and similar charges that would be imposed by the taxing authority of the Country of Underlyer on a Hypothetical Broker Dealer assuming the Applicable Hedge Positions are held by its office in the Relevant Jurisdiction. If this element is not present Relevant Jurisdiction is Not Applicable.'

End Group: EquityUnderlyerProvisions.model
</...>
Diagram
Schema Component Representation
<xsd:complexType name="DividendSwapTransactionSupplement">
<xsd:complexContent>
<xsd:extension base=" Product ">
<xsd:sequence>
<xsd:element name="dividendLeg" type=" DividendLeg "/>
<xsd:element name="fixedLeg" type=" FixedPaymentLeg "/>
<xsd:group ref=" EquityUnderlyerProvisions.model " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>