[Blotter-commits] r55 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 22 13:53:08 CET 2009


Author: peter_carl
Date: 2009-01-22 13:53:08 +0100 (Thu, 22 Jan 2009)
New Revision: 55

Modified:
   pkg/man/calcPortfAttr.Rd
Log:
- added Symbols attribute


Modified: pkg/man/calcPortfAttr.Rd
===================================================================
--- pkg/man/calcPortfAttr.Rd	2009-01-22 12:52:02 UTC (rev 54)
+++ pkg/man/calcPortfAttr.Rd	2009-01-22 12:53:08 UTC (rev 55)
@@ -6,12 +6,13 @@
     Calculates the attributes of a portfolio from its positions.
 }
 \usage{
-calcPortfAttr(Portfolio, Attribute, Date = NULL)
+calcPortfAttr(Portfolio, Attribute, Symbols = NULL, Date = NULL)
 calcPortfSummary(Portfolio, Date = NULL)
 }
 \arguments{
   \item{Portfolio}{ The Portfolio object for which to calculate the attribute. }
   \item{Attribute}{ The attribute of the Portfolio object to calculate. See detail below.}
+  \item{Symbols}{ Specify symbols to return. Default is NULL which returns all symbols.}
   \item{Date}{ The ISO 8601 date to calculate the attribute for.  If no date is specified (NULL by default), the function calculates for all available dates }
 }
 \details{



More information about the Blotter-commits mailing list