underlyerPrice
Specifies the price that is associated with each of the basket constituents. This component is optional, as it is not absolutely required to accurately describe the economics of the trade, considering the price that characterizes the equity swap is associated to the leg of the trade.
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-asset-5-0.xsd
Type: Price
Properties: Local, Qualified
Content
- Sequence [1..1]
- commission [0..1] This optional component specifies the commission to be charged for executing the hedge transactions.
- Choice [1..1]
- Sequence [1..1]
- determinationMethod [1..1] Specifies the method according to which an amount or a date is determined.
- Sequence [0..1]
- grossPrice [0..1] Specifies the price of the underlyer, before commissions.
- netPrice [1..1] Specifies the price of the underlyer, net of commissions.
- accruedInterestPrice [0..1] Specifies the accrued interest that are part of the dirty price in the case of a fixed income security or a convertible bond. Expressed in percentage of the notional.
- fxConversion [0..1] Specifies the currency conversion rate that applies to an amount. This rate can either be defined elsewhere in the document (case of a quanto swap), or explicitly described through this component.
from group EquityPrice.model - amountRelativeTo The href attribute value will be a pointer style reference to the element or component elsewhere in the document where the anchor amount is defined.
- Sequence [1..1]
- grossPrice [0..1] Specifies the price of the underlyer, before commissions.
- netPrice [1..1] Specifies the price of the underlyer, net of commissions.
- accruedInterestPrice [0..1] Specifies the accrued interest that are part of the dirty price in the case of a fixed income security or a convertible bond. Expressed in percentage of the notional.
- fxConversion [0..1] Specifies the currency conversion rate that applies to an amount. This rate can either be defined elsewhere in the document (case of a quanto swap), or explicitly described through this component.
from group EquityPrice.model - Sequence [1..1]
- cleanNetPrice [0..1] The net price excluding accrued interest. The "Dirty Price" for bonds is put in the "netPrice" element, which includes accrued interest. Thus netPrice - cleanNetPrice = accruedInterest. The currency and price expression for this field are the same as those for the (dirty) netPrice.
- quotationCharacteristics [0..1] Allows information about how the price was quoted to be provided.
Attributes
None
Used in
- Type BasketConstituent (Element basketConstituent)
Sample instance
<underlyerPrice> <netPrice> <currency>EUR</currency> <amount>19785157.16</amount> <priceExpression>AbsoluteTerms</priceExpression> </netPrice> <accruedInterestPrice>1234.56</accruedInterestPrice> <quotationCharacteristics> <side>Mid</side> <currency>USD</currency> <timing>Close</timing> </quotationCharacteristics> </underlyerPrice>