fpml:correlation
Specifies Correlation.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-correlation-swaps-5-5.xsd
Type: fpml:Correlation
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [1..1]
- Sequence [1..1]
- fpml:initialLevel [0..1] Contract will strike off this initial level.
- fpml:initialLevelSource [0..1] Specifies whether the Initial Index Level should be the Closing Price Level, the Expiring Contract Level, VWAPPrice, TWAPPrice, NAV or Open Price.
- fpml:closingLevel If true this contract will strike off the closing level of the default exchange traded contract.
- fpml:expiringLevel If true this contract will strike off the expiring level of the default exchange traded contract.
- Sequence [1..1]
- fpml:expectedN [0..1] Expected number of trading days.
- fpml:notionalAmount [1..1] Notional amount, which is a cash multiplier.
- fpml:correlationStrikePrice [1..1] Correlation Strike Price.
- fpml:boundedCorrelation [0..1] Bounded Correlation.
- fpml:numberOfDataSeries [0..1] Number of data series, normal market practice is that correlation data sets are drawn from geographic market areas, such as America, Europe and Asia Pacific, each of these geographic areas will have its own data series to avoid contagion.
from type fpml:CalculationFromObservation - Choice [1..1]
Attributes
None
Used in
- Type fpml:CorrelationAmount (Element fpml:amount)
Sample instance
<fpml:correlation> <fpml:initialLevel>1.0</fpml:initialLevel> <fpml:initialLevelSource>normalizedString</fpml:initialLevelSource> <fpml:expectedN>1</fpml:expectedN> <fpml:notionalAmount> <fpml:currency>normalizedString</fpml:currency> <fpml:amount>1.0</fpml:amount> </fpml:notionalAmount> <fpml:correlationStrikePrice>1.0</fpml:correlationStrikePrice> <fpml:boundedCorrelation> <fpml:minimumBoundaryPercent>1.0</fpml:minimumBoundaryPercent> <fpml:maximumBoundaryPercent>1.0</fpml:maximumBoundaryPercent> </fpml:boundedCorrelation> <fpml:numberOfDataSeries>1</fpml:numberOfDataSeries> </fpml:correlation>