[Blotter-commits] r683 - pkg/FinancialInstrument/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jul 14 03:02:14 CEST 2011
Author: gsee
Date: 2011-07-14 03:02:14 +0200 (Thu, 14 Jul 2011)
New Revision: 683
Modified:
pkg/FinancialInstrument/R/synthetic.R
Log:
typos in roxygen block
Modified: pkg/FinancialInstrument/R/synthetic.R
===================================================================
--- pkg/FinancialInstrument/R/synthetic.R 2011-07-13 21:37:51 UTC (rev 682)
+++ pkg/FinancialInstrument/R/synthetic.R 2011-07-14 01:02:14 UTC (rev 683)
@@ -93,7 +93,7 @@
#'
#' The \code{suffix_id} parameter of wrapper functions such as \code{guaranteed_spread} is presumed to
#' be a string describing the \code{members}.
-#' It will be \code{\link{strsplit} using the regex "[-;:_,\\.]" to create the \code{members} vector,
+#' It will be \code{\link{strsplit}} using the regex "[-;:_,\\.]" to create the \code{members} vector,
#' and potentially combined with a \code{root_id}.
#'
#' We welcome assistance from others to model more complex OTC derivatives such as swap products.
@@ -104,7 +104,7 @@
#' @param members vector of primary_ids of member instruments
#' @param memberratio vector of weights for each leg. negative numbers for selling.
#' @param \dots any other passthrough parameters
-#' @param mutliplier multiplier of the spread
+#' @param multiplier multiplier of the spread
#' @param tick_size minimum price change of the spread
#' @param identifiers identifiers
#' @param type type of instrument; wrappers do not require this.
More information about the Blotter-commits
mailing list