|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FinancePortfolio
| Method Summary | |
|---|---|
BigDecimal |
getMeanReturn()
The mean/expected return of this asset. |
BigDecimal |
getReturnVariance()
The asset's return variance. |
BigDecimal |
getVolatility()
Volatility refers to the standard deviation of the change in value of an asset with a specific time horizon. |
List<BigDecimal> |
getWeights()
This method returns a list of the weights of the Portfolio's contained assets. |
| Method Detail |
|---|
BigDecimal getMeanReturn()
BigDecimal getReturnVariance()
BigDecimal getVolatility()
List<BigDecimal> getWeights()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||