Definition Type: ComplexType
Name: SensitivitySet
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-valuation-4-4.xsd
Abstract
Documentation:
A collection of sensitivities. References a definition that explains the meaning/type of the sensitivities.
Collapse XSD Schema Diagram:
Drilldown into sensitivity in schema fpml-valuation-4-4_xsd Drilldown into definitionReference in schema fpml-valuation-4-4_xsd Drilldown into name in schema fpml-valuation-4-4_xsd Drilldown into id in schema fpml-valuation-4-4_xsdXSD Diagram of SensitivitySet in schema fpml-valuation-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SensitivitySet">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A collection of sensitivities. References a definition that explains the meaning/type of the sensitivities.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="name" type="xsd:string" minOccurs="0" />
        <xsd:element name="definitionReference" type="SensitivitySetReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to a sensitivity set definition.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sensitivity" type="Sensitivity" minOccurs="0" maxOccurs="unbounded" />
    </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)
definitionReference fpml:definitionReference 0 (1)
sensitivity fpml:sensitivity 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:sensitivitySet