fpml:equitySwapTransactionSupplement
Specifies the structure of the equity swap transaction supplement.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-return-swaps-5-5.xsd
Type: fpml:EquitySwapTransactionSupplement
Properties: Global, Qualified
Content
- Sequence [1..1]
- Sequence [0..1]
- fpml:primaryAssetClass [0..1] A classification of the most important risk class of the trade. FpML defines a simple asset class categorization using a coding scheme.
- fpml:secondaryAssetClass [0..*] A classification of additional risk classes of the trade, if any. FpML defines a simple asset class categorization using a coding scheme.
- fpml:productType [0..*] A classification of the type of product. FpML defines a simple product categorization using a coding scheme.
- fpml:productId [0..*] A product reference identifier. The product ID is an identifier that describes the key economic characteristics of the trade type, with the exception of concepts such as size (notional, quantity, number of units) and price (fixed rate, strike, etc.) that are negotiated for each transaction. It can be used to hold identifiers such as the "UPI" (universal product identifier) required by certain regulatory reporting rules. It can also be used to hold identifiers of benchmark products or product temnplates used by certain trading systems or facilities. 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.
- fpml:embeddedOptionType [0..2] Describes the type of any embedded optionality in the transaction that might not otherwise be apparent. Can be used to represent embedded optionality such as early termination provisions, extendible provisions, or cancelable provisions, etc., where applicable. If omitted, no embedded optionality is applicable.
- Choice [1..2]
- fpml:interestLeg The fixed income amounts of the return type swap.
- fpml:returnLeg Return amounts of the return type swap.
from subst. group fpml:returnSwapLeg - fpml:principalExchangeFeatures [0..1] This is used to document a Fully Funded Return Swap.
- fpml:additionalPayment [0..*] Specifies additional payment(s) between the principal parties to the trade.
- Choice [0..1]
- fpml:mutualEarlyTermination [0..1] Used for specifying whether the Mutual Early Termination Right that is detailed in the Master Confirmation will apply.
- Sequence [1..1]
- fpml:optionalEarlyTermination [0..1] A Boolean element used for specifying whether the Optional Early Termination clause detailed in the agreement will apply.
- fpml:optionalEarlyTerminationDate [0..1] Optional Early Termination Date
- fpml:optionalEarlyTerminationElectingPartyReference [0..1] Optional Early Termination Electing Party Reference
from type fpml:Productfrom group fpml:Product.modelfrom type fpml:ReturnSwapBasefrom group fpml:MutualOrOptionalEarlyTermination.model - Sequence [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:Product |
Used in
- Type fpml:Strategy
- Type fpml:PhysicalSettlement (Element fpml:physicalSettlement)
- Type fpml:Trade (Elements fpml:trade, fpml:originalTrade, fpml:resultingTrade, fpml:trade, fpml:originalTrade, fpml:oldTrade, fpml:trade, fpml:feeTrade, fpml:newTrade, fpml:oldTrade, fpml:trade, fpml:trade)
Substitution hierarchy
- fpml:product
- can be substituted with fpml:equitySwapTransactionSupplement
Sample instance
<fpml:equitySwapTransactionSupplement> <fpml:primaryAssetClass>normalizedString</fpml:primaryAssetClass> <fpml:secondaryAssetClass>normalizedString</fpml:secondaryAssetClass> <fpml:productType>normalizedString</fpml:productType> <fpml:productId>normalizedString</fpml:productId> <fpml:embeddedOptionType>normalizedString</fpml:embeddedOptionType> <fpml:interestLeg> <fpml:legIdentifier> <fpml:legId legIdScheme="http://www.example.com/">token</fpml:legId> <fpml:version>1</fpml:version> <fpml:effectiveDate>2000-01-01</fpml:effectiveDate> </fpml:legIdentifier> <fpml:effectiveDate> <fpml:adjustableDate>... </fpml:adjustableDate> </fpml:effectiveDate> <fpml:terminationDate> <fpml:adjustableDate>... </fpml:adjustableDate> </fpml:terminationDate> <fpml:interestLegCalculationPeriodDates id="ID"> <fpml:effectiveDate>... </fpml:effectiveDate> <fpml:terminationDate>... </fpml:terminationDate> <fpml:interestLegResetDates>... </fpml:interestLegResetDates> <fpml:interestLegPaymentDates>... </fpml:interestLegPaymentDates> </fpml:interestLegCalculationPeriodDates> <fpml:notional> <fpml:relativeNotionalAmount href="IDREF"/> </fpml:notional> <fpml:interestAmount> <fpml:currency>normalizedString</fpml:currency> <fpml:referenceAmount>normalizedString</fpml:referenceAmount> <fpml:calculationDates>... </fpml:calculationDates> </fpml:interestAmount> <fpml:interestCalculation> <fpml:floatingRateCalculation>... </fpml:floatingRateCalculation> <fpml:dayCountFraction>normalizedString</fpml:dayCountFraction> <fpml:compounding>... </fpml:compounding> <fpml:interpolationMethod>normalizedString</fpml:interpolationMethod> <fpml:interpolationPeriod>Initial</fpml:interpolationPeriod> </fpml:interestCalculation> </fpml:interestLeg> <fpml:principalExchangeFeatures> <fpml:principalExchanges> <fpml:initialExchange>true</fpml:initialExchange> <fpml:finalExchange>true</fpml:finalExchange> <fpml:intermediateExchange>true</fpml:intermediateExchange> </fpml:principalExchanges> <fpml:principalExchangeDescriptions> <fpml:principalExchangeAmount>... </fpml:principalExchangeAmount> <fpml:principalExchangeDate>... </fpml:principalExchangeDate> </fpml:principalExchangeDescriptions> </fpml:principalExchangeFeatures> <fpml:additionalPayment> <fpml:additionalPaymentAmount> <fpml:paymentAmount>... </fpml:paymentAmount> <fpml:formula>... </fpml:formula> </fpml:additionalPaymentAmount> <fpml:additionalPaymentDate> <fpml:adjustableDate>... </fpml:adjustableDate> </fpml:additionalPaymentDate> <fpml:paymentType>normalizedString</fpml:paymentType> </fpml:additionalPayment> <fpml:mutualEarlyTermination>true</fpml:mutualEarlyTermination> </fpml:equitySwapTransactionSupplement>