Class ValuationScenario

java.lang.Object
net.finmath.smartcontract.product.xml.ValuationScenario

public class ValuationScenario extends Object
A set of rules for generating a valuation.

Java class for ValuationScenario complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ValuationScenario">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="valuationDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/>
         <element name="marketReference" type="{http://www.fpml.org/FpML-5/confirmation}MarketReference" minOccurs="0"/>
         <element name="shift" type="{http://www.fpml.org/FpML-5/confirmation}PricingParameterShift" maxOccurs="unbounded" minOccurs="0"/>
         <element name="replacement" type="{http://www.fpml.org/FpML-5/confirmation}PricingInputReplacement" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>