Definition Type: ComplexType
Name: Correlation
Namespace: http://www.fpml.org/FpML-5-0/reporting
Type: fpml:CalculationFromObservation
Containing Schema: fpml-eq-shared-5-0.xsd
Abstract False
Documentation:
A type describing the correlation amount of a correlation swap
Collapse XSD Schema Diagram:
Drilldown into numberOfDataSeries Drilldown into boundedCorrelation Drilldown into correlationStrikePrice Drilldown into notionalAmount Drilldown into expectedN Drilldown into expiringLevel Drilldown into closingLevel Drilldown into initialLevel Drilldown into CalculationFromObservationXSD Diagram of Correlation
Collapse XSD Schema Code:
<xsd:complexType name="Correlation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the correlation amount of a correlation swap</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="CalculationFromObservation">
            <xsd:sequence>
                <xsd:element name="notionalAmount" type="Money">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Notional amount, which is a cash multiplier</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="correlationStrikePrice" type="CorrelationValue">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Correlation Strike Price</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="boundedCorrelation" type="BoundedCorrelation" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Bounded Correlation</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="numberOfDataSeries" type="xsd:positiveInteger" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">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</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
initialLevel fpml:initialLevel (1) (1)
closingLevel fpml:closingLevel (1) (1)
expiringLevel fpml:expiringLevel (1) (1)
expectedN fpml:expectedN 0 (1)
notionalAmount fpml:notionalAmount (1) (1)
correlationStrikePrice fpml:correlationStrikePrice (1) (1)
boundedCorrelation fpml:boundedCorrelation 0 (1)
numberOfDataSeries fpml:numberOfDataSeries 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:correlation
Collapse Comments:
blog comments powered by Disqus