Definition Type: ComplexType
Name: ValuationScenario
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-riskdef-5-10.xsd
Abstract
Documentation:
A set of rules for generating a valuation.
Collapse XSD Schema Diagram:
Drilldown into replacement in schema fpml-riskdef-5-10_xsd1 Drilldown into shift in schema fpml-riskdef-5-10_xsd1 Drilldown into marketReference in schema fpml-riskdef-5-10_xsd1 Drilldown into valuationDate in schema fpml-riskdef-5-10_xsd1 Drilldown into name in schema fpml-riskdef-5-10_xsd1 Drilldown into id in schema fpml-riskdef-5-10_xsd1XSD Diagram of ValuationScenario in schema fpml-riskdef-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ValuationScenario">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A set of rules for generating a valuation.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="name" type="String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The (optional) name for this valuation scenario, used for understandability. For example "EOD Valuations".</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="valuationDate" type="IdentifiedDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date for which the assets are valued.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marketReference" type="MarketReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the market environment used to price the asset.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="shift" type="PricingParameterShift" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A collection of shifts to be applied to market inputs prior to computation of the derivative.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="replacement" type="PricingInputReplacement" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A collection of shifts to be applied to market inputs prior to computation of the derivative.</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 nsD:name 0 (1)
valuationDate nsD:valuationDate 0 (1)
marketReference nsD:marketReference 0 (1)
shift nsD:shift 0 unbounded
replacement nsD:replacement 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:valuationScenario