complexType "ValuationScenario"
Namespace:
Content:
complex, 1 attribute, 5 elements
Defined:
Includes:
definitions of 1 attribute, 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
valuationScenario
Known Usage Locations
Annotation
A set of rules for generating a valuation.
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="ValuationScenario">
<xsd:sequence>
<xsd:element minOccurs="0" name="name" type="String"/>
<xsd:element name="valuationDate" type="IdentifiedDate"/>
<xsd:element minOccurs="0" name="marketReference" type="MarketReference"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="shift" type="PricingParameterShift"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="replacement" type="PricingInputReplacement"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 5/5)
marketReference
Type:
MarketReference, empty content
A reference to the market environment used to price the asset.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="marketReference" type="MarketReference"/>

name
Type:
String, simple content
The (optional) name for this valuation scenario, used for understandability. For example "EOD Valuations".
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="name" type="String"/>

replacement
Type:
PricingInputReplacement, complex content
A collection of shifts to be applied to market inputs prior to computation of the derivative.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="replacement" type="PricingInputReplacement"/>

shift
Type:
PricingParameterShift, complex content
A collection of shifts to be applied to market inputs prior to computation of the derivative.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="shift" type="PricingParameterShift"/>

valuationDate
Type:
IdentifiedDate, simple content
The date for which the assets are valued.
Simple Content
xsd:date
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="valuationDate" type="IdentifiedDate"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.