This object contains the portfolio information about a particular investment product. All investment products must have at least one InvestPortfolio object associated with it, but can have multiple InvestPortfolio object associated with it if the product allows for multiple accounts. If a holding is an investment, it must have at least one SubAccount associated with it. There is a reference from the SubAccount object to the InvestPortfolio object. There MUST be an associated InvestPortfolio object for each instance of a SubAccount. If a holding is an insurance policy with investment options (such as a variable life insurance product), you will have one investment object and one InvestProduct object for that product and at least one SubAccount and one InvestPortfolio object as well. |