Definition Type: ComplexType
Name: PricingDataPointCoordinate
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-riskdef-5-10.xsd
Abstract
Documentation:
A set of index values that identify a pricing data point. For example: (strike = 17%, expiration = 6M, term = 1Y.
Collapse XSD Schema Diagram:
Drilldown into generic in schema fpml-riskdef-5-10_xsd2 Drilldown into strike in schema fpml-riskdef-5-10_xsd2 Drilldown into expiration in schema fpml-riskdef-5-10_xsd2 Drilldown into term in schema fpml-riskdef-5-10_xsd2 Drilldown into PricingStructureIndex.model in schema fpml-riskdef-5-10_xsd2 Drilldown into id in schema fpml-riskdef-5-10_xsd2XSD Diagram of PricingDataPointCoordinate in schema fpml-riskdef-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PricingDataPointCoordinate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A set of index values that identify a pricing data point. For example: (strike = 17%, expiration = 6M, term = 1Y.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="PricingStructureIndex.model" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
term nsE:term (1) (1)
expiration nsE:expiration (1) (1)
strike nsE:strike (1) (1)
generic nsE:generic (1) (1)
<xs:group> nsE:PricingStructureIndex.model (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:coordinate