org.ojalgo.finance
Class NormalPortfolio

java.lang.Object
  extended by org.ojalgo.finance.NormalPortfolio

Deprecated. Since Version 24. Use the org.ojalgo.finance.portfolio package instead.

@Deprecated
public final class NormalPortfolio
extends Object

NormalPortfolio

Author:
apete

Constructor Summary
NormalPortfolio(org.ojalgo.finance.PortfolioDescriptor aPortfolio)
          Deprecated.  
 
Method Summary
 BigDecimal getMeanReturn()
          Deprecated. The mean/expected return of this asset.
 BigDecimal getReturnVariance()
          Deprecated.  
 String[] getSymbols()
          Deprecated.  
 List<BigDecimal> getWeights()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalPortfolio

public NormalPortfolio(org.ojalgo.finance.PortfolioDescriptor aPortfolio)
Deprecated. 
Method Detail

getMeanReturn

public BigDecimal getMeanReturn()
Deprecated. 
The mean/expected return of this asset. May return either the absolute or excess return of the asset. The context in which an instance is used should make it clear which.


getReturnVariance

public BigDecimal getReturnVariance()
Deprecated. 

getSymbols

public String[] getSymbols()
Deprecated. 

getWeights

public List<BigDecimal> getWeights()
Deprecated.