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>