Definition Type: ComplexType
Name: SensitivityDefinition
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-riskdef-4-4.xsd
Abstract
Documentation:
A set of characteristics describing a sensitivity
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_xsd Drilldown into SensitivityDescription.model in schema fpml-riskdef-4-4_xsd Drilldown into formula in schema fpml-riskdef-4-4_xsd Drilldown into partialDerivative in schema fpml-riskdef-4-4_xsd Drilldown into ComputedDerivative.model in schema fpml-riskdef-4-4_xsd Drilldown into valuationScenarioReference in schema fpml-riskdef-4-4_xsd Drilldown into name in schema fpml-riskdef-4-4_xsd Drilldown into id in schema fpml-riskdef-4-4_xsdXSD Diagram of SensitivityDefinition in schema fpml-riskdef-4-4_xsd (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="xsd: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>
            <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 fpml:name 0 (1)
valuationScenarioReference fpml:valuationScenarioReference 0 (1)
partialDerivative fpml:partialDerivative (1) unbounded
formula fpml:formula 0 (1)
term fpml:term (1) (1)
coordinate fpml:coordinate (1) (1)
coordinateReference fpml:coordinateReference (1) (1)
<xs:group> fpml:ComputedDerivative.model (1) (1)
<xs:group> fpml:SensitivityDescription.model (1) (1)
<xs:group> fpml:PricingCoordinateOrReference.model (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:sensitivityDefinition