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