fpml:equityForward
A component describing an Equity Forward product.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-eqd-5-5.xsd
Type: fpml:EquityForward
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.
- fpml:optionType [0..1] The type of option transaction.
- fpml:equityEffectiveDate [0..1] Effective date for a forward starting option.
- fpml:underlyer [1..1] Specifies the underlying component, which can be either one or many and consists in either equity, index or convertible bond component, or a combination of these.
- fpml:notional [0..1] The notional amount.
- fpml:equityExercise [1..1] The parameters for defining how the equity option can be exercised, how it is valued and how it is settled.
- fpml:forwardPrice [1..1] The forward price per share, index or basket.
from type fpml:Productfrom group fpml:Product.modelfrom type fpml:EquityDerivativeBase - 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:equityForward
Sample instance
<equityForward> <primaryAssetClass>Equity</primaryAssetClass> <productType>Equity:Forward:Vanilla:Single-name</productType> <optionType>Forward</optionType> <underlyer> <singleUnderlyer> <equity> <instrumentId instrumentIdScheme="http://www.fpml.org/schemes/4.1/instrumentId">STM-FP</instrumentId> <currency>EUR</currency> <exchangeId exchangeIdScheme="http://www.fpml.org/schemes/4.1/exchangeId">XLDN</exchangeId> </equity> <openUnits>31000</openUnits> <dividendPayout> <dividendPayoutRatio>1</dividendPayoutRatio> </dividendPayout> </singleUnderlyer> </underlyer> <equityExercise> <equityEuropeanExercise> <expirationDate> <adjustableDate> <unadjustedDate>2004-07-13</unadjustedDate> </adjustableDate> </expirationDate> <equityExpirationTimeType>OSP</equityExpirationTimeType> </equityEuropeanExercise> <equityValuation> <valuationDate id="FinalValuationDate"> <adjustableDate> <unadjustedDate>2004-07-13</unadjustedDate> </adjustableDate> </valuationDate> <valuationTimeType>Close</valuationTimeType> </equityValuation> <settlementDate> <relativeDate> <periodMultiplier>2</periodMultiplier> <period>D</period> <dateRelativeTo href="FinalValuationDate"/> </relativeDate> </settlementDate> <settlementCurrency>EUR</settlementCurrency> <settlementType>Physical</settlementType> </equityExercise> <forwardPrice> <currency>EUR</currency> <amount>10.20</amount> </forwardPrice> </equityForward>