Class IdentifiedAsset

java.lang.Object
net.finmath.smartcontract.product.xml.Asset
net.finmath.smartcontract.product.xml.IdentifiedAsset
Direct Known Subclasses:
Commodity, DealIdentifier, FacilityIdentifier, UnderlyingAsset

public abstract class IdentifiedAsset extends Asset
A generic type describing an identified asset.

Java class for IdentifiedAsset complex type.

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

 <complexType name="IdentifiedAsset">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Asset">
       <sequence>
         <element name="instrumentId" type="{http://www.fpml.org/FpML-5/confirmation}InstrumentId" maxOccurs="unbounded"/>
         <element name="description" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>