[Blotter-commits] r38 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Dec 23 13:39:28 CET 2008
Author: peter_carl
Date: 2008-12-23 13:39:28 +0100 (Tue, 23 Dec 2008)
New Revision: 38
Added:
pkg/man/getByPortf.Rd
Removed:
pkg/man/getByPortfolio.Rd
Log:
- changed function name for consistency
Copied: pkg/man/getByPortf.Rd (from rev 32, pkg/man/getByPortfolio.Rd)
===================================================================
--- pkg/man/getByPortf.Rd (rev 0)
+++ pkg/man/getByPortf.Rd 2008-12-23 12:39:28 UTC (rev 38)
@@ -0,0 +1,28 @@
+\name{getByPortf}
+\alias{getByPortf}
+\title{ Create a portfolio-by-time table of a portfolio summary attribute }
+\description{
+ Retrieves calculated attributes for each portfolio in the account from the portfolio summary table. Assembles into a portfolio-by-time table useful for graphing or calculations.
+}
+\usage{
+getByPortf(Account, Attribute, Date = NULL)
+}
+\arguments{
+ \item{Account}{ An Account object containing Portfolio summaries }
+ \item{Attribute}{ Column name to be assembled for each symbol, any of: 'Long.Value', 'Short.Value', 'Net.Value', 'Gross.Value', 'Txn.Fees', 'Realized.PL', 'Unrealized.PL', or 'Trading.PL' }
+ \item{Date}{ \pkg{xts} date range to return. If no date is specified, the function returns all available dates }
+}
+\details{
+ Retrieves and formats values calculated by the function \code{\link{updateAcct}}. The resulting xts object is formatted with the portfolio name as the columnname.
+}
+\value{
+ An xts time series object containing the requested value for each portfolio in columns.
+}
+\author{ Peter Carl }
+\seealso{ \code{\link{initAcct}}, \code{\link{updateAcct}} }
+\examples{
+}
+% Add one or more standard keywords, see file 'KEYWORDS' in the
+% R documentation directory.
+\keyword{ utilities }
+\keyword{ manip }
Property changes on: pkg/man/getByPortf.Rd
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted: pkg/man/getByPortfolio.Rd
===================================================================
--- pkg/man/getByPortfolio.Rd 2008-12-23 12:38:53 UTC (rev 37)
+++ pkg/man/getByPortfolio.Rd 2008-12-23 12:39:28 UTC (rev 38)
@@ -1,28 +0,0 @@
-\name{getByPortfolio}
-\alias{getByPortfolio}
-\title{ Create a portfolio-by-time table of a portfolio summary attribute }
-\description{
- Retrieves calculated attributes for each portfolio in the account from the portfolio summary table. Assembles into a portfolio-by-time table useful for graphing or calculations.
-}
-\usage{
-getByPortfolio(Account, Attribute, Date = NULL)
-}
-\arguments{
- \item{Account}{ An Account object containing Portfolio summaries }
- \item{Attribute}{ Column name to be assembled for each symbol, any of: 'Long.Value', 'Short.Value', 'Net.Value', 'Gross.Value', 'Txn.Fees', 'Realized.PL', 'Unrealized.PL', or 'Trading.PL' }
- \item{Date}{ \pkg{xts} date range to return. If no date is specified, the function returns all available dates }
-}
-\details{
- Retrieves and formats values calculated by the function \code{\link{updateAcct}}. The resulting xts object is formatted with the portfolio name as the columnname.
-}
-\value{
- An xts time series object containing the requested value for each portfolio in columns.
-}
-\author{ Peter Carl }
-\seealso{ \code{\link{initAcct}}, \code{\link{updateAcct}} }
-\examples{
-}
-% Add one or more standard keywords, see file 'KEYWORDS' in the
-% R documentation directory.
-\keyword{ utilities }
-\keyword{ manip }
More information about the Blotter-commits
mailing list