File: getVal.Rd

package info (click to toggle)
fportfolio 2130.80-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,012 kB
  • ctags: 4
  • sloc: makefile: 13
file content (70 lines) | stat: -rw-r--r-- 1,197 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
\name{getVal}


\alias{getAlpha.fPFOLIOVAL}
\alias{getCovRiskBudgets.fPFOLIOVAL}
\alias{getNFrontierPoints.fPFOLIOVAL}
\alias{getPortfolio.fPFOLIOVAL}
\alias{getRiskFreeRate.fPFOLIOVAL}
\alias{getStatus.fPFOLIOVAL}
\alias{getTargetReturn.fPFOLIOVAL}
\alias{getTargetRisk.fPFOLIOVAL}
\alias{getWeights.fPFOLIOVAL}


\title{PortfolioVal Extractor Functions}


\description{
  
    Extracts information from an object of class fPFOLIOVAL. 
    
}
    

\usage{

\method{getAlpha}{fPFOLIOVAL}(object)
\method{getCovRiskBudgets}{fPFOLIOVAL}(object)
\method{getNFrontierPoints}{fPFOLIOVAL}(object)
\method{getPortfolio}{fPFOLIOVAL}(object)
\method{getRiskFreeRate}{fPFOLIOVAL}(object)
\method{getStatus}{fPFOLIOVAL}(object)
\method{getTargetReturn}{fPFOLIOVAL}(object)
\method{getTargetRisk}{fPFOLIOVAL}(object)
\method{getWeights}{fPFOLIOVAL}(object)

}


\arguments{

    \item{object}{
        an object of class \code{fPFOLIODATA}.
        }

}


% \details{

% }


\references{

Wuertz, D., Chalabi, Y., Chen W., Ellis A. (2009);
    \emph{Portfolio Optimization with R/Rmetrics}, 
    Rmetrics eBook, Rmetrics Association and Finance Online, Zurich.
    
}


\examples{
## 

}


\keyword{models}