[Blotter-commits] r270 - in pkg/FinancialInstrument: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Feb 26 15:58:00 CET 2010
Author: braverock
Date: 2010-02-26 15:58:00 +0100 (Fri, 26 Feb 2010)
New Revision: 270
Modified:
pkg/FinancialInstrument/NAMESPACE
pkg/FinancialInstrument/man/future_series.Rd
pkg/FinancialInstrument/man/instrument.Rd
pkg/FinancialInstrument/man/synthetic.ratio.Rd
Log:
- update roxygen docs and NAMESPACE file
Modified: pkg/FinancialInstrument/NAMESPACE
===================================================================
--- pkg/FinancialInstrument/NAMESPACE 2010-02-26 14:54:16 UTC (rev 269)
+++ pkg/FinancialInstrument/NAMESPACE 2010-02-26 14:58:00 UTC (rev 270)
@@ -1,15 +1,16 @@
export(buildSpread)
-export(currency)
-export(exchange_rate)
+export(is.instrument)
+export(instrument)
+export(stock)
export(future)
export(future_series)
-export(getInstrument)
-export(is.currency)
-export(is.instrument)
-export(instrument)
export(option)
export(option_series)
-export(spread)
+export(currency)
+export(is.currency)
+export(exchange_rate)
+export(getInstrument)
export(synthetic)
export(synthetic.ratio)
+export(spread)
export(volep)
Modified: pkg/FinancialInstrument/man/future_series.Rd
===================================================================
--- pkg/FinancialInstrument/man/future_series.Rd 2010-02-26 14:54:16 UTC (rev 269)
+++ pkg/FinancialInstrument/man/future_series.Rd 2010-02-26 14:58:00 UTC (rev 270)
@@ -1,7 +1,6 @@
\name{future_series}
\title{constructors for series contracts on instruments such as options and futures...}
\usage{future_series(primary_id, suffix_id, first_traded, expires, identifiers, ...)}
-\usage{option_series(primary_id, suffix_id, first_traded, expires, callput=c("call", "put"), identifiers, ...)}
\description{constructors for series contracts on instruments such as options and futures}
\alias{option_series}
\alias{future_series}
Modified: pkg/FinancialInstrument/man/instrument.Rd
===================================================================
--- pkg/FinancialInstrument/man/instrument.Rd 2010-02-26 14:54:16 UTC (rev 269)
+++ pkg/FinancialInstrument/man/instrument.Rd 2010-02-26 14:58:00 UTC (rev 270)
@@ -1,12 +1,6 @@
\name{instrument}
\title{instrument class constructors...}
\usage{instrument(primary_id, currency, multiplier, identifiers, ..., type)}
-\usage{bond(primary_id, currency, multiplier, identifiers, ...)}
-\usage{stock(primary_id, currency, multiplier, identifiers, ...)}
-\usage{future(primary_id, currency, multiplier, identifiers, ..., underlying_id)}
-\usage{option(primary_id, currency, multiplier, identifiers, ..., underlying_id)}
-\usage{currency(primary_id, currency, multiplier=1, identifiers, ...)}
-
\description{instrument class constructors}
\details{All 'currency' instruments must be defined before instruments of other types may be defined}
\alias{stock}
Modified: pkg/FinancialInstrument/man/synthetic.ratio.Rd
===================================================================
--- pkg/FinancialInstrument/man/synthetic.ratio.Rd 2010-02-26 14:54:16 UTC (rev 269)
+++ pkg/FinancialInstrument/man/synthetic.ratio.Rd 2010-02-26 14:58:00 UTC (rev 270)
@@ -1,7 +1,6 @@
\name{synthetic.ratio}
\title{constructors for synthetic instruments...}
\usage{synthetic.ratio(primary_id, currency, multiplier=1, identifiers, ..., cl=c("synthetic.ratio", "synthetic", "instrument"), members, memberratio)}
-\usage{synthetic(primary_id, currency, multiplier=1, identifiers, ..., members, cl=c("synthetic", "instrument"))}
\description{constructors for synthetic instruments}
\alias{synthetic}
\alias{spread}
More information about the Blotter-commits
mailing list