Class Portfolio

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

public class Portfolio extends Object
A type representing an arbitary grouping of trade references.

Java class for Portfolio complex type.

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

 <complexType name="Portfolio">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partyPortfolioName" type="{http://www.fpml.org/FpML-5/confirmation}PartyPortfolioName" minOccurs="0"/>
         <choice>
           <element name="tradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeId" maxOccurs="unbounded" minOccurs="0"/>
           <element name="partyTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded" minOccurs="0"/>
         </choice>
         <element name="portfolio" type="{http://www.fpml.org/FpML-5/confirmation}Portfolio" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>