Class BasicAssetValuation

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

public class BasicAssetValuation extends Valuation
A structure that holds a set of measures about an asset.

Java class for BasicAssetValuation complex type.

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

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

  • Constructor Details

    • BasicAssetValuation

      public BasicAssetValuation()
  • Method Details

    • getQuote

      public List<BasicQuotation> 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 BasicQuotation