fpml:point
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-mktenv-5-5.xsd
Other elements with the same name: fpml:point
Type: fpml:PricingStructurePoint
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [0..*]
- fpml:coordinate An explicit, filled in data point coordinate. This might specify expiration, strike, etc.
- fpml:coordinateReference A reference to a pricing data point coordinate within this document.
- Choice [0..1]
- fpml:basket Defines the underlying asset when it is a basket.
- fpml:bond Identifies the underlying asset when it is a series or a class of bonds.
- fpml:cash Identifies a simple underlying asset type that is a cash payment. Used for specifying discounting factors for future cash flows in the pricing and risk model.
- fpml:commodity Identifies the underlying asset when it is a listed commodity.
- fpml:convertibleBond Identifies the underlying asset when it is a convertible bond.
- fpml:equity Identifies the underlying asset when it is a listed equity.
- fpml:exchangeTradedFund Identifies the underlying asset when it is an exchange-traded fund.
- fpml:future Identifies the underlying asset when it is a listed future contract.
- fpml:index Identifies the underlying asset when it is a financial index.
- fpml:loan Identifies a simple underlying asset that is a loan.
- fpml:mortgage Identifies a mortgage backed security.
- fpml:mutualFund Identifies the class of unit issued by a fund.
- fpml:option Identifies the underlying asset when it is a listed option contract.
- fpml:underlyingAssetReference [0..1] A reference to an underlying asset that defines the meaning of the value, i.e. the product that the value corresponds to. For example, this could be a caplet or simple european swaption.
from subst. group fpml:underlyingAsset - fpml:value [0..1] The value of the the quotation.
- fpml:measureType [0..1] The type of the value that is measured. This could be an NPV, a cash flow, a clean price, etc.
- fpml:quoteUnits [0..1] The optional units that the measure is expressed in. If not supplied, this is assumed to be a price/value in currency units.
- fpml:side [0..1] The side (bid/mid/ask) of the measure.
- fpml:currency [0..1] The optional currency that the measure is expressed in. If not supplied, this is defaulted from the reportingCurrency in the valuationScenarioDefinition.
- fpml:currencyType [0..1] The optional currency that the measure is expressed in. If not supplied, this is defaulted from the reportingCurrency in the valuationScenarioDefinition.
- fpml:timing [0..1] When during a day the quote is for. Typically, if this element is supplied, the QuoteLocation needs also to be supplied.
- Choice [0..1]
- fpml:businessCenter A city or other business center.
- fpml:exchangeId The exchange (e.g. stock or futures exchange) from which the quote is obtained.
- fpml:informationSource [0..*] The information source where a published or displayed market rate will be obtained, e.g. Telerate Page 3750.
- fpml:pricingModel [0..1] .
- fpml:time [0..1] When the quote was observed or when a calculated value was generated.
- fpml:valuationDate [0..1] When the quote was computed.
- fpml:expiryTime [0..1] When does the quote cease to be valid.
- fpml:cashflowType [0..1] For cash flows, the type of the cash flows. Examples include: Coupon payment, Premium Fee, Settlement Fee, Brokerage Fee, etc.
from group fpml:PricingCoordinateOrReference.modelfrom group fpml:UnderlyingAssetOrReference.modelfrom group fpml:Quotation.modelfrom group fpml:QuotationCharacteristics.modelfrom group fpml:QuoteLocation.model - Choice [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID |
Used in
- Type fpml:MultiDimensionalPricingData (Element fpml:dataPoints)
Sample instance
<fpml:point> <fpml:coordinate> <fpml:term> <fpml:tenor>... </fpml:tenor> </fpml:term> </fpml:coordinate> <fpml:basket> <fpml:openUnits>1.0</fpml:openUnits> <fpml:basketConstituent> <fpml:payerPartyReference href="IDREF"/> <fpml:payerAccountReference href="IDREF"/> <fpml:receiverPartyReference href="IDREF"/> <fpml:receiverAccountReference href="IDREF"/> <fpml:basket>... </fpml:basket> <fpml:constituentWeight>... </fpml:constituentWeight> <fpml:dividendPayout>... </fpml:dividendPayout> <fpml:underlyerPrice>... </fpml:underlyerPrice> <fpml:underlyerNotional>... </fpml:underlyerNotional> <fpml:underlyerSpread href="IDREF"/> <fpml:couponPayment>... </fpml:couponPayment> <fpml:underlyerFinancing>... </fpml:underlyerFinancing> <fpml:underlyerLoanRate>... </fpml:underlyerLoanRate> <fpml:underlyerCollateral>... </fpml:underlyerCollateral> </fpml:basketConstituent> <fpml:basketDivisor>1.0</fpml:basketDivisor> <fpml:basketVersion>1</fpml:basketVersion> <fpml:basketName>normalizedString</fpml:basketName> <fpml:basketId>normalizedString</fpml:basketId> <fpml:basketCurrency>normalizedString</fpml:basketCurrency> </fpml:basket> <fpml:value>1.0</fpml:value> <fpml:measureType>normalizedString</fpml:measureType> <fpml:quoteUnits>normalizedString</fpml:quoteUnits> <fpml:side>Bid</fpml:side> <fpml:currency>normalizedString</fpml:currency> <fpml:currencyType>normalizedString</fpml:currencyType> <fpml:timing>normalizedString</fpml:timing> <fpml:businessCenter>normalizedString</fpml:businessCenter> <fpml:informationSource> <fpml:rateSource>normalizedString</fpml:rateSource> <fpml:rateSourcePage>normalizedString</fpml:rateSourcePage> <fpml:rateSourcePageHeading>string</fpml:rateSourcePageHeading> </fpml:informationSource> <fpml:pricingModel>normalizedString</fpml:pricingModel> <fpml:time>2000-01-01T12:00:00</fpml:time> <fpml:valuationDate>2000-01-01</fpml:valuationDate> <fpml:expiryTime>2000-01-01T12:00:00</fpml:expiryTime> <fpml:cashflowType>normalizedString</fpml:cashflowType> </fpml:point>