Class AssetValuation

java.lang.Object
net.finmath.smartcontract.product.xml.Valuation
net.finmath.smartcontract.product.xml.AssetValuation

public class AssetValuation extends Valuation
A structure that holds a set of measures about an asset, including possibly their sensitivities.

Java class for AssetValuation complex type.

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

 <complexType name="AssetValuation">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Valuation">
       <sequence>
         <element name="quote" type="{http://www.fpml.org/FpML-5/confirmation}Quotation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="fxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxRate" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AssetValuation

      public AssetValuation()
  • Method Details

    • getQuote

      public List<Quotation> getQuote()
      Gets the value of the quote 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 quote property.

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

          getQuote().add(newItem);
       

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

    • getFxRate

      public List<FxRate> getFxRate()
      Gets the value of the fxRate 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 fxRate property.

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

          getFxRate().add(newItem);
       

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