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>
 
  • Field Details

  • Constructor Details

    • ValuationScenario

      public ValuationScenario()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getValuationDate

      public IdentifiedDate getValuationDate()
      Gets the value of the valuationDate property.
      Returns:
      possible object is IdentifiedDate
    • setValuationDate

      public void setValuationDate(IdentifiedDate value)
      Sets the value of the valuationDate property.
      Parameters:
      value - allowed object is IdentifiedDate
    • getMarketReference

      public MarketReference getMarketReference()
      Gets the value of the marketReference property.
      Returns:
      possible object is MarketReference
    • setMarketReference

      public void setMarketReference(MarketReference value)
      Sets the value of the marketReference property.
      Parameters:
      value - allowed object is MarketReference
    • getShift

      public List<PricingParameterShift> getShift()
      Gets the value of the shift property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the shift property.

      For example, to add a new item, do as follows:

          getShift().add(newItem);
       

      Objects of the following type(s) are allowed in the list PricingParameterShift

    • getReplacement

      public List<PricingInputReplacement> getReplacement()
      Gets the value of the replacement property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the replacement property.

      For example, to add a new item, do as follows:

          getReplacement().add(newItem);
       

      Objects of the following type(s) are allowed in the list PricingInputReplacement

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String