Class PricingMethod

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

public class PricingMethod extends Object
For an asset (e.g. a reference/benchmark asset), the pricing structure used to price it. Used, for example, to specify that the rateIndex "USD-LIBOR-Telerate" with term = 6M is priced using the "USD-LIBOR-Close" curve.

Java class for PricingMethod complex type.

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

 <complexType name="PricingMethod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="assetReference" type="{http://www.fpml.org/FpML-5/confirmation}AnyAssetReference"/>
         <element name="pricingInputReference" type="{http://www.fpml.org/FpML-5/confirmation}PricingStructureReference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>