Definition Type: ComplexType
Name: SensitivityDefinition
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-riskdef-5-10.xsd
Abstract
Documentation:
A set of characteristics describing a sensitivity.
Collapse XSD Schema Diagram:
Drilldown into coordinateReference in schema fpml-riskdef-5-10_xsd2 Drilldown into coordinate in schema fpml-riskdef-5-10_xsd2 Drilldown into PricingCoordinateOrReference.model in schema fpml-riskdef-5-10_xsd2 Drilldown into term in schema fpml-riskdef-5-10_xsd2 Drilldown into SensitivityDescription.model in schema fpml-riskdef-5-10_xsd2 Drilldown into formula in schema fpml-riskdef-5-10_xsd2 Drilldown into partialDerivative in schema fpml-riskdef-5-10_xsd2 Drilldown into ComputedDerivative.model in schema fpml-riskdef-5-10_xsd2 Drilldown into valuationScenarioReference in schema fpml-riskdef-5-10_xsd2 Drilldown into name in schema fpml-riskdef-5-10_xsd2 Drilldown into id in schema fpml-riskdef-5-10_xsd2XSD Diagram of SensitivityDefinition in schema fpml-riskdef-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SensitivityDefinition">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A set of characteristics describing a sensitivity.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="name" type="String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The name of the derivative, e.g. first derivative, Hessian, etc. Typically not required, but may be used to explain more complex derivative calculations.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="valuationScenarioReference" type="ValuationScenarioReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to the valuation scenario to which this sensitivity definition applies. If the SensitivityDefinition occurs within a SensitivitySetDefinition, this is not required and normally not used. In this case, if it is supplied it overrides the valuationScenarioReference in the SensitivitySetDefinition.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="0">
            <xsd:group ref="ComputedDerivative.model" />
            <xsd:group ref="SensitivityDescription.model" />
        </xsd:choice>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsE:name 0 (1)
valuationScenarioReference nsE:valuationScenarioReference 0 (1)
partialDerivative nsE:partialDerivative 0 unbounded
formula nsE:formula 0 (1)
term nsE:term (1) (1)
coordinate nsE:coordinate (1) (1)
coordinateReference nsE:coordinateReference (1) (1)
<xs:group> nsE:ComputedDerivative.model (1) (1)
<xs:group> nsE:SensitivityDescription.model (1) (1)
<xs:group> nsE:PricingCoordinateOrReference.model (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:sensitivityDefinition