Class ValuationSet

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

public class ValuationSet extends Object
A set of valuation inputs and results. This structure can be used for requesting valuations, or for reporting them. In general, the request fills in fewer elements.

Java class for ValuationSet complex type.

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

 <complexType name="ValuationSet">
   <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="valuationScenario" type="{http://www.fpml.org/FpML-5/confirmation}ValuationScenario" maxOccurs="unbounded" minOccurs="0"/>
         <element name="valuationScenarioReference" type="{http://www.fpml.org/FpML-5/confirmation}ValuationScenarioReference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="baseParty" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         <element name="quotationCharacteristics" type="{http://www.fpml.org/FpML-5/confirmation}QuotationCharacteristics" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sensitivitySetDefinition" type="{http://www.fpml.org/FpML-5/confirmation}SensitivitySetDefinition" maxOccurs="unbounded" minOccurs="0"/>
         <element name="detail" type="{http://www.fpml.org/FpML-5/confirmation}ValuationSetDetail" minOccurs="0"/>
         <element name="assetValuation" type="{http://www.fpml.org/FpML-5/confirmation}AssetValuation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ValuationSet

      public ValuationSet()
  • 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
    • getValuationScenario

      public List<ValuationScenario> getValuationScenario()
      Gets the value of the valuationScenario 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 valuationScenario property.

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

          getValuationScenario().add(newItem);
       

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

    • getValuationScenarioReference

      public List<ValuationScenarioReference> getValuationScenarioReference()
      Gets the value of the valuationScenarioReference 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 valuationScenarioReference property.

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

          getValuationScenarioReference().add(newItem);
       

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

    • getBaseParty

      public PartyReference getBaseParty()
      Gets the value of the baseParty property.
      Returns:
      possible object is PartyReference
    • setBaseParty

      public void setBaseParty(PartyReference value)
      Sets the value of the baseParty property.
      Parameters:
      value - allowed object is PartyReference
    • getQuotationCharacteristics

      public List<QuotationCharacteristics> getQuotationCharacteristics()
      Gets the value of the quotationCharacteristics 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 quotationCharacteristics property.

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

          getQuotationCharacteristics().add(newItem);
       

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

    • getSensitivitySetDefinition

      public List<SensitivitySetDefinition> getSensitivitySetDefinition()
      Gets the value of the sensitivitySetDefinition 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 sensitivitySetDefinition property.

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

          getSensitivitySetDefinition().add(newItem);
       

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

    • getDetail

      public ValuationSetDetail getDetail()
      Gets the value of the detail property.
      Returns:
      possible object is ValuationSetDetail
    • setDetail

      public void setDetail(ValuationSetDetail value)
      Sets the value of the detail property.
      Parameters:
      value - allowed object is ValuationSetDetail
    • getAssetValuation

      public List<AssetValuation> getAssetValuation()
      Gets the value of the assetValuation 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 assetValuation property.

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

          getAssetValuation().add(newItem);
       

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

    • 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