Definition Type: ComplexType
Name: ValuationSet
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-valuation-4-4.xsd
Abstract
Documentation:
A set of valuation inputs and results. This structure can be used for requesting valuations, or for reporting them. In general, the request fills in fewer elements.
Collapse XSD Schema Diagram:
Drilldown into assetValuation in schema fpml-valuation-4-4_xsd Drilldown into detail in schema fpml-valuation-4-4_xsd Drilldown into sensitivitySetDefinition in schema fpml-valuation-4-4_xsd Drilldown into quotationCharacteristics in schema fpml-valuation-4-4_xsd Drilldown into baseParty in schema fpml-valuation-4-4_xsd Drilldown into valuationScenarioReference in schema fpml-valuation-4-4_xsd Drilldown into valuationScenario 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 ValuationSet in schema fpml-valuation-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ValuationSet">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A set of valuation inputs and results. This structure can be used for requesting valuations, or for reporting them. In general, the request fills in fewer elements.</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 valuation set, used to understand what it means. E.g., "EOD Values and Risks for Party A".</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="valuationScenario" type="ValuationScenario" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Valuation scenerios used (requested/reported) in this valuation set. E.g., the EOD valuation scenario for a particular value date. Used for the first occurrence of a valuation scenario in a document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="valuationScenarioReference" type="ValuationScenarioReference" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">References to valuation scenarios used (requested/reported) in this valuation set. E..g, a reference to the EOD valuation scenario for a particular value date. Used for subsequence occurrences of a valuation set in an FpML document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="baseParty" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to the party from whose point of view the assets are valued.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="quotationCharacteristics" type="QuotationCharacteristics" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Charactistics (measure types, units, sides, etc.) of the quotes used (requested/reported) in the valuation set.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sensitivitySetDefinition" type="SensitivitySetDefinition" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Definition(s) of sensitivity sets used (requested or reported) in this valuation set.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="detail" type="ValuationSetDetail" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Does this valuation set include a market environment?</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="assetValuation" type="AssetValuation" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Valuations reported in this valuation set. These values can be values (NPVs, prices, etc.) or risks (DAR, etc.) and can include sensitivities.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </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)
valuationScenario fpml:valuationScenario 0 unbounded
valuationScenarioReference fpml:valuationScenarioReference 0 unbounded
baseParty fpml:baseParty 0 (1)
quotationCharacteristics fpml:quotationCharacteristics 0 unbounded
sensitivitySetDefinition fpml:sensitivitySetDefinition 0 unbounded
detail fpml:detail 0 (1)
assetValuation fpml:assetValuation 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:valuationSet