Definition Type: ComplexType
Name: SensitivitySet
Namespace: http://www.fpml.org/2004/FpML-4-1
Containing Schema: fpml-pr-4-1.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-pr-4-1_xsd Drilldown into definitionReference in schema fpml-pr-4-1_xsd Drilldown into name in schema fpml-pr-4-1_xsd Drilldown into id in schema fpml-pr-4-1_xsdXSD Diagram of SensitivitySet in schema fpml-pr-4-1_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="SensitivitySetDefinitionReference" minOccurs="0" />
        <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 nsA:name 0 (1)
definitionReference nsA:definitionReference 0 (1)
sensitivity nsA:sensitivity 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:sensitivitySet