XML Schema Documentation

Complex Type: ValuationScenario

[Table of contents]

Super-types: None
Sub-types: None
Name ValuationScenario
Abstract no
Documentation A set of rules for generating a valuation.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<name> xsd:string </name> [0..1]

'The (optional) name for this valuation scenario, used for understandability. For example \"EOD Valuations\".'

<valuationDate> IdentifiedDate </valuationDate> [1]

'The date for which the assets are valued.'

<marketReference> MarketReference </marketReference> [0..1]

'A reference to the market environment used to price the asset.'

<shift> PricingParameterShift </shift> [0..*]

'A collection of shifts to be applied to market inputs prior to computation of the derivative.'

<replacement> PricingInputReplacement </replacement> [0..*]

'A collection of shifts to be applied to market inputs prior to computation of the derivative.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ValuationScenario">
<xsd:sequence>
<xsd:element name="name" type=" xsd:string " minOccurs="0"/>
<xsd:element name="valuationDate" type=" IdentifiedDate "/>
<xsd:element name="marketReference" type=" MarketReference " minOccurs="0"/>
<xsd:element name="shift" type=" PricingParameterShift " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="replacement" type=" PricingInputReplacement " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>