Definition Type: ComplexType
Name: Sensitivity
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-valuation-4-4.xsd
Abstract
Documentation:
The sensitivity of a value to a defined change in input parameters.
Collapse XSD Schema Diagram:
Drilldown into definitionRef in schema fpml-valuation-4-4_xsd Drilldown into name in schema fpml-valuation-4-4_xsdXSD Diagram of Sensitivity in schema fpml-valuation-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Sensitivity">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The sensitivity of a value to a defined change in input parameters.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:decimal">
            <xsd:attribute name="name" type="xsd:normalizedString">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A optional name for this sensitivity. This is primarily intended for display purposes.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="definitionRef" type="xsd:IDREF">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A optional (but normally supplied) reference to the definition of this sensitivity.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
name fpml:name (Optional)
definitionRef fpml:definitionRef (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:sensitivity