Definition Type: Group
Name: SensitivityDescription.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-riskdef-4-4.xsd
Documentation:
A group describing a specific sensitivity without an explicity reference to the market data input point.
Collapse XSD Schema Diagram:
Drilldown into coordinateReference in schema fpml-riskdef-4-4_xsd Drilldown into coordinate in schema fpml-riskdef-4-4_xsd Drilldown into PricingCoordinateOrReference.model in schema fpml-riskdef-4-4_xsd Drilldown into term in schema fpml-riskdef-4-4_xsdXSD Diagram of SensitivityDescription.model in schema fpml-riskdef-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="SensitivityDescription.model">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">A group describing a specific sensitivity without an explicity reference to the market data input point.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="term" type="TimeDimension">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The time dimension of the sensitivity point (tenor and/or date)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="PricingCoordinateOrReference.model" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The input coordinates, or references to them (e.g. expiration, strike, tenor).</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
term fpml:term (1) (1)
coordinate fpml:coordinate (1) (1)
coordinateReference fpml:coordinateReference (1) (1)
<xs:group> fpml:PricingCoordinateOrReference.model (1) unbounded