XML Schema Documentation

Complex Type: EquitySwapTransactionSupplement

[Table of contents]

Super-types: ReturnSwapBase < EquitySwapTransactionSupplement (by extension)
Sub-types: None
Name EquitySwapTransactionSupplement
Used by (from the same schema document) Element equitySwapTransactionSupplement
Abstract no
Documentation A type for defining Equity 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.'

Start Group: BuyerSeller.model [0..1]

'BuyerSeller.model has been included as an optional child of ReturnSwapBase to support the situation where an implementor wishes to indicate who has manufactured the Swap through representing them as the Seller. It may be removed in future major revisions.'


<buyerPartyReference> PartyOrTradeSideReference </buyerPartyReference> [1]

'A reference to the party that buys this instrument, ie. pays for this instrument and receives the rights defined by it. See 2000 ISDA definitions Article 11.1 (b). In the case of FRAs this the fixed rate payer.'

<sellerPartyReference> PartyOrTradeSideReference </sellerPartyReference> [1]

'A reference to the party that sells (\"writes\") this instrument, i.e. that grants the rights defined by this instrument and in return receives a payment for it. See 2000 ISDA definitions Article 11.1 (a). In the case of FRAs this is the floating rate payer.'

End Group: BuyerSeller.model
<returnSwapLeg> ... </returnSwapLeg> [1..*]
<principalExchangeFeatures> PrincipalExchangeFeatures </principalExchangeFeatures> [0..1]

'This is used to document a Fully Funded Return Swap.'

Start Group: MutualOrOptionalEarlyTermination.model [0..1]
Start Choice [1]
<mutualEarlyTermination> xsd:boolean </mutualEarlyTermination> [0..1]

'Used for specifying whether the Mutual Early Termination Right that is detailed in the Master Confirmation will apply.'

<optionalEarlyTermination> xsd:boolean </optionalEarlyTermination> [1]

'A Boolean element used for specifying whether the Optional Early Termination clause detailed in the agreement will apply.'

<breakFundingRecovery> xsd:boolean </breakFundingRecovery> [0..1]

'A Boolean element used for specifying whether the Break Funding Recovery detailed in the agreement will apply.'

Start Sequence [0..1]
<breakFeeElection> FeeElectionEnum </breakFeeElection> [1]

'Defines the fee type.'

<breakFeeRate> NonNegativeDecimal </breakFeeRate> [0..1]
End Sequence
End Choice
End Group: MutualOrOptionalEarlyTermination.model
Start Group: EquityUnderlyerProvisions.model [0..1]
Start Sequence [0..1]
<multipleExchangeIndexAnnexFallback> xsd:boolean </multipleExchangeIndexAnnexFallback> [1]

'Used for specifying whether additional annex terms for trades with underlyers that are listed on multiple exchanges will apply.'

<multipleExchangeAnnex> MultipleExchangeAnnex </multipleExchangeAnnex> [0..1]

'Used for specifying additional annex terms for trades with underlyers that are listed on multiple exchanges.'

End Sequence
<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
<extraordinaryEvents> ExtraordinaryEvents </extraordinaryEvents> [0..1]

'Where the underlying is shares, specifies events affecting the issuer of those shares that may require the terms of the transaction to be adjusted.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="EquitySwapTransactionSupplement">
<xsd:complexContent>
<xsd:extension base=" ReturnSwapBase ">
<xsd:sequence>
<xsd:group ref=" MutualOrOptionalEarlyTermination.model " minOccurs="0"/>
<xsd:group ref=" EquityUnderlyerProvisions.model " minOccurs="0"/>
<xsd:element name="extraordinaryEvents" type=" ExtraordinaryEvents " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>