[Blotter-commits] r912 - / pkg/FinancialInstrument pkg/FinancialInstrument/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 15 18:32:34 CET 2012
Author: gsee
Date: 2012-01-15 18:32:33 +0100 (Sun, 15 Jan 2012)
New Revision: 912
Modified:
/
pkg/FinancialInstrument/DESCRIPTION
pkg/FinancialInstrument/NAMESPACE
pkg/FinancialInstrument/man/ls_by_currency.Rd
pkg/FinancialInstrument/man/ls_instruments.Rd
pkg/FinancialInstrument/man/synthetic.instrument.Rd
Log:
- updated roxygen2
- version bumped to 0.10.6
- svn props setup for RStudio svn projects
Property changes on:
___________________________________________________________________
Added: svn:ignore
+ .Rproj.user
.Rhistory
.RData
Modified: pkg/FinancialInstrument/DESCRIPTION
===================================================================
--- pkg/FinancialInstrument/DESCRIPTION 2012-01-15 04:56:27 UTC (rev 911)
+++ pkg/FinancialInstrument/DESCRIPTION 2012-01-15 17:32:33 UTC (rev 912)
@@ -1,4 +1,4 @@
-Copyright: (c) 2004 - 2011
+Copyright: (c) 2004 - 2012
Package: FinancialInstrument
Maintainer: Garrett See <gsee000 at gmail.com>
License: GPL
@@ -11,7 +11,7 @@
meta-data and relationships. Provides support for
multi-asset class and multi-currency portfolios. Still
in heavy development.
-Version: 0.10.5
+Version: 0.10.6
URL: https://r-forge.r-project.org/projects/blotter/
Date: $Date$
Depends:
Modified: pkg/FinancialInstrument/NAMESPACE
===================================================================
--- pkg/FinancialInstrument/NAMESPACE 2012-01-15 04:56:27 UTC (rev 911)
+++ pkg/FinancialInstrument/NAMESPACE 2012-01-15 17:32:33 UTC (rev 912)
@@ -1,3 +1,12 @@
+S3method(print,id.list)
+S3method(print,instrument)
+S3method(print,suffix.list)
+export(.to_daily)
+export(C2M)
+export(ICS)
+export(ICS_root)
+export(M2C)
+export(MC2N)
export(bond)
export(bond_series)
export(buildBasket)
@@ -3,14 +12,13 @@
export(buildHierarchy)
export(buildRatio)
+export(buildSpread)
export(build_series_symbols)
-export(buildSpread)
export(build_spread_symbols)
export(butterfly)
-export(C2M)
export(currency)
export(exchange_rate)
export(fn_SpreadBuilder)
+export(formatSpreadPrice)
export(format_id)
-export(formatSpreadPrice)
export(fund)
export(future)
@@ -19,12 +27,10 @@
export(getInstrument)
export(getSymbols.FI)
export(guaranteed_spread)
-export(ICS)
-export(ICS_root)
export(instrument)
-export(instrument_attr)
export(instrument.auto)
export(instrument.table)
+export(instrument_attr)
export(is.currency)
export(is.currency.name)
export(is.instrument)
@@ -32,46 +38,44 @@
export(load.instruments)
export(loadInstruments)
export(ls_AUD)
+export(ls_CAD)
+export(ls_CHF)
+export(ls_EUR)
+export(ls_FX)
+export(ls_GBP)
+export(ls_HKD)
+export(ls_ICS)
+export(ls_ICS_roots)
+export(ls_JPY)
+export(ls_NZD)
+export(ls_SEK)
+export(ls_USD)
export(ls_bonds)
export(ls_by_currency)
export(ls_by_expiry)
-export(ls_CAD)
export(ls_calls)
-export(ls_CHF)
export(ls_currencies)
export(ls_derivatives)
-export(ls_EUR)
export(ls_exchange_rates)
export(ls_expires)
export(ls_expiries)
export(ls_funds)
+export(ls_future_series)
export(ls_futures)
-export(ls_future_series)
-export(ls_FX)
-export(ls_GBP)
export(ls_guaranteed_spreads)
-export(ls_HKD)
-export(ls_ICS)
-export(ls_ICS_roots)
export(ls_instruments)
export(ls_instruments_by)
-export(ls_JPY)
export(ls_non_currencies)
export(ls_non_derivatives)
-export(ls_NZD)
+export(ls_option_series)
export(ls_options)
-export(ls_option_series)
export(ls_puts)
-export(ls_SEK)
export(ls_spreads)
export(ls_stocks)
export(ls_strikes)
export(ls_synthetics)
export(ls_underlyings)
-export(ls_USD)
-export(M2C)
export(make_spread_id)
-export(MC2N)
export(month_cycle2numeric)
export(next.future_id)
export(option)
@@ -88,12 +92,12 @@
export(rm_derivatives)
export(rm_exchange_rates)
export(rm_funds)
+export(rm_future_series)
export(rm_futures)
-export(rm_future_series)
export(rm_instruments)
export(rm_non_derivatives)
+export(rm_option_series)
export(rm_options)
-export(rm_option_series)
export(rm_spreads)
export(rm_stocks)
export(rm_synthetics)
@@ -107,12 +111,8 @@
export(synthetic)
export(synthetic.instrument)
export(synthetic.ratio)
-export(.to_daily)
export(to_secBATV)
export(update_instruments.TTR)
export(update_instruments.yahoo)
export(volep)
importFrom(zoo,as.Date)
-S3method(print,id.list)
-S3method(print,instrument)
-S3method(print,suffix.list)
Modified: pkg/FinancialInstrument/man/ls_by_currency.Rd
===================================================================
--- pkg/FinancialInstrument/man/ls_by_currency.Rd 2012-01-15 04:56:27 UTC (rev 911)
+++ pkg/FinancialInstrument/man/ls_by_currency.Rd 2012-01-15 17:32:33 UTC (rev 912)
@@ -1,6 +1,5 @@
\name{ls_by_currency}
\alias{ls_AUD}
-\alias{ls_by_currency}
\alias{ls_CAD}
\alias{ls_CHF}
\alias{ls_EUR}
@@ -10,6 +9,7 @@
\alias{ls_NZD}
\alias{ls_SEK}
\alias{ls_USD}
+\alias{ls_by_currency}
\alias{rm_by_currency}
\title{shows or removes instruments of given currency denomination(s)}
\usage{
Modified: pkg/FinancialInstrument/man/ls_instruments.Rd
===================================================================
--- pkg/FinancialInstrument/man/ls_instruments.Rd 2012-01-15 04:56:27 UTC (rev 911)
+++ pkg/FinancialInstrument/man/ls_instruments.Rd 2012-01-15 17:32:33 UTC (rev 912)
@@ -1,37 +1,37 @@
\name{ls_instruments}
+\alias{ls_FX}
+\alias{ls_ICS}
+\alias{ls_ICS_roots}
\alias{ls_bonds}
\alias{ls_calls}
\alias{ls_currencies}
\alias{ls_derivatives}
\alias{ls_exchange_rates}
\alias{ls_funds}
+\alias{ls_future_series}
\alias{ls_futures}
-\alias{ls_future_series}
-\alias{ls_FX}
\alias{ls_guaranteed_spreads}
-\alias{ls_ICS}
-\alias{ls_ICS_roots}
\alias{ls_instruments}
\alias{ls_non_currencies}
\alias{ls_non_derivatives}
+\alias{ls_option_series}
\alias{ls_options}
-\alias{ls_option_series}
\alias{ls_puts}
\alias{ls_spreads}
\alias{ls_stocks}
\alias{ls_synthetics}
+\alias{rm_FX}
\alias{rm_bonds}
\alias{rm_currencies}
\alias{rm_derivatives}
\alias{rm_exchange_rates}
\alias{rm_funds}
+\alias{rm_future_series}
\alias{rm_futures}
-\alias{rm_future_series}
-\alias{rm_FX}
\alias{rm_instruments}
\alias{rm_non_derivatives}
+\alias{rm_option_series}
\alias{rm_options}
-\alias{rm_option_series}
\alias{rm_spreads}
\alias{rm_stocks}
\alias{rm_synthetics}
Modified: pkg/FinancialInstrument/man/synthetic.instrument.Rd
===================================================================
--- pkg/FinancialInstrument/man/synthetic.instrument.Rd 2012-01-15 04:56:27 UTC (rev 911)
+++ pkg/FinancialInstrument/man/synthetic.instrument.Rd 2012-01-15 17:32:33 UTC (rev 912)
@@ -1,8 +1,8 @@
\name{synthetic}
+\alias{ICS}
+\alias{ICS_root}
\alias{butterfly}
\alias{guaranteed_spread}
-\alias{ICS}
-\alias{ICS_root}
\alias{spread}
\alias{synthetic}
\alias{synthetic.instrument}
More information about the Blotter-commits
mailing list