Class PortfolioReferenceBase

java.lang.Object
net.finmath.smartcontract.product.xml.PortfolioReferenceBase
Direct Known Subclasses:
PortfolioConstituentReference, PortfolioReference

public class PortfolioReferenceBase extends Object
A structure used to identify a portfolio in a message.

Java class for PortfolioReferenceBase complex type.

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

 <complexType name="PortfolioReferenceBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="portfolioName" type="{http://www.fpml.org/FpML-5/confirmation}PortfolioName"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>