<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="xsd: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">
<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>
|