Definition Type: ComplexType
Name: PricingDataPointCoordinate
Namespace: http://www.fpml.org/FpML-5/confirmation
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_xsd Drilldown into strike in schema fpml-riskdef-5-10_xsd Drilldown into expiration in schema fpml-riskdef-5-10_xsd Drilldown into term in schema fpml-riskdef-5-10_xsd Drilldown into PricingStructureIndex.model in schema fpml-riskdef-5-10_xsd Drilldown into id in schema fpml-riskdef-5-10_xsdXSD Diagram of PricingDataPointCoordinate in schema fpml-riskdef-5-10_xsd (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 nsA:term (1) (1)
expiration nsA:expiration (1) (1)
strike nsA:strike (1) (1)
generic nsA:generic (1) (1)
<xs:group> nsA:PricingStructureIndex.model (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:coordinate