Definition Type: ComplexType
Name: MultiDimensionalPricingData
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-mktenv-4-4.xsd
Abstract
Documentation:
A pricing data set that contains a series of points with coordinates. It is a sparse matrix representation of a multi-dimensional matrix.
Collapse XSD Schema Diagram:
Drilldown into point in schema fpml-mktenv-4-4_xsd Drilldown into cashFlowType in schema fpml-asset-4-4_xsd Drilldown into expiryTime in schema fpml-asset-4-4_xsd Drilldown into valuationDate in schema fpml-asset-4-4_xsd Drilldown into time in schema fpml-asset-4-4_xsd Drilldown into informationSource in schema fpml-asset-4-4_xsd Drilldown into exchangeId in schema fpml-asset-4-4_xsd Drilldown into businessCenter in schema fpml-asset-4-4_xsd Drilldown into QuoteLocation.model in schema fpml-asset-4-4_xsd Drilldown into timing in schema fpml-asset-4-4_xsd Drilldown into currency in schema fpml-asset-4-4_xsd Drilldown into side in schema fpml-asset-4-4_xsd Drilldown into quoteUnits in schema fpml-asset-4-4_xsd Drilldown into measureType in schema fpml-asset-4-4_xsd Drilldown into QuotationCharacteristics.model in schema fpml-asset-4-4_xsdXSD Diagram of MultiDimensionalPricingData in schema fpml-mktenv-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MultiDimensionalPricingData">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A pricing data set that contains a series of points with coordinates. It is a sparse matrix representation of a multi-dimensional matrix.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="QuotationCharacteristics.model" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Characteristics that apply to all quotations in the pricing structure.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="point" type="PricingStructurePoint" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
measureType fpml:measureType 0 (1)
quoteUnits fpml:quoteUnits 0 (1)
side fpml:side 0 (1)
currency fpml:currency 0 (1)
timing fpml:timing 0 (1)
businessCenter fpml:businessCenter (1) (1)
exchangeId fpml:exchangeId (1) (1)
informationSource fpml:informationSource 0 unbounded
time fpml:time 0 (1)
valuationDate fpml:valuationDate 0 (1)
expiryTime fpml:expiryTime 0 (1)
cashFlowType fpml:cashFlowType 0 (1)
point fpml:point (1) unbounded
<xs:group> fpml:QuotationCharacteristics.model 0 (1)
<xs:group> fpml:QuoteLocation.model 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:dataPoints