[Blotter-commits] r1666 - in pkg/blotter: . R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jan 7 14:26:09 CET 2015
Author: braverock
Date: 2015-01-07 14:26:09 +0100 (Wed, 07 Jan 2015)
New Revision: 1666
Modified:
pkg/blotter/DESCRIPTION
pkg/blotter/R/PortfReturns.R
pkg/blotter/R/addPortfInstr.R
pkg/blotter/R/addTxn.R
pkg/blotter/R/calcPortfWgt.R
pkg/blotter/R/calcPosAvgCost.R
pkg/blotter/R/calcTxnAvgCost.R
pkg/blotter/R/calcTxnValue.R
pkg/blotter/R/chart.ME.R
pkg/blotter/R/chart.Posn.R
pkg/blotter/R/chart.Reconcile.R
pkg/blotter/R/chart.Spread.R
pkg/blotter/R/extractTests.R
pkg/blotter/R/getAccount.R
pkg/blotter/R/getByPortf.R
pkg/blotter/R/getBySymbol.R
pkg/blotter/R/getEndEq.R
pkg/blotter/R/getPortfAcct.R
pkg/blotter/R/getPortfolio.R
pkg/blotter/R/getPos.R
pkg/blotter/R/getPosAvgCost.R
pkg/blotter/R/getPosQty.R
pkg/blotter/R/getTxn.R
pkg/blotter/R/initAcct.R
pkg/blotter/R/initPortf.R
pkg/blotter/R/initPosPL.R
pkg/blotter/R/initSummary.R
pkg/blotter/R/initTxn.R
pkg/blotter/R/perTradeStats.R
pkg/blotter/R/put.account.R
pkg/blotter/R/put.portfolio.R
pkg/blotter/R/tradeStats.R
pkg/blotter/R/updateAcct.R
pkg/blotter/R/updateEndEq.R
pkg/blotter/R/updatePortf.R
pkg/blotter/R/updatePosPL.R
Log:
- update Copyright to 2015
Modified: pkg/blotter/DESCRIPTION
===================================================================
--- pkg/blotter/DESCRIPTION 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/DESCRIPTION 2015-01-07 13:26:09 UTC (rev 1666)
@@ -2,7 +2,7 @@
Type: Package
Title: Tools for transaction-oriented trading systems
development.
-Version: 0.9.1644
+Version: 0.9.1666
Date: $Date$
Author: Peter Carl, Brian G. Peterson
Maintainer: Brian G. Peterson <brian at braverock.com>
@@ -26,5 +26,5 @@
Contributors: Daniel Cegielka, Dirk Eddelbuettel, Jan Humme, Lance Levenson,
Ben McCann, Jeff Ryan, Garrett See, Joshua Ulrich, Wolfgang Wu
URL: https://r-forge.r-project.org/projects/blotter/
-Copyright: (c) 2008-2014
+Copyright: (c) 2008-2015
ByteCompile: TRUE
Modified: pkg/blotter/R/PortfReturns.R
===================================================================
--- pkg/blotter/R/PortfReturns.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/PortfReturns.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -72,7 +72,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/addPortfInstr.R
===================================================================
--- pkg/blotter/R/addPortfInstr.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/addPortfInstr.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -24,7 +24,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/addTxn.R
===================================================================
--- pkg/blotter/R/addTxn.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/addTxn.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -320,7 +320,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/calcPortfWgt.R
===================================================================
--- pkg/blotter/R/calcPortfWgt.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/calcPortfWgt.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -43,7 +43,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/calcPosAvgCost.R
===================================================================
--- pkg/blotter/R/calcPosAvgCost.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/calcPosAvgCost.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -27,7 +27,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/calcTxnAvgCost.R
===================================================================
--- pkg/blotter/R/calcTxnAvgCost.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/calcTxnAvgCost.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -13,7 +13,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/calcTxnValue.R
===================================================================
--- pkg/blotter/R/calcTxnValue.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/calcTxnValue.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -14,7 +14,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/chart.ME.R
===================================================================
--- pkg/blotter/R/chart.ME.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/chart.ME.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -100,7 +100,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/chart.Posn.R
===================================================================
--- pkg/blotter/R/chart.Posn.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/chart.Posn.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -94,7 +94,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/chart.Reconcile.R
===================================================================
--- pkg/blotter/R/chart.Reconcile.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/chart.Reconcile.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -162,7 +162,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/chart.Spread.R
===================================================================
--- pkg/blotter/R/chart.Spread.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/chart.Spread.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -87,7 +87,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/extractTests.R
===================================================================
--- pkg/blotter/R/extractTests.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/extractTests.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -56,7 +56,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/getAccount.R
===================================================================
--- pkg/blotter/R/getAccount.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/getAccount.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -51,7 +51,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/getByPortf.R
===================================================================
--- pkg/blotter/R/getByPortf.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/getByPortf.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -56,7 +56,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/getBySymbol.R
===================================================================
--- pkg/blotter/R/getBySymbol.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/getBySymbol.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -55,7 +55,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/getEndEq.R
===================================================================
--- pkg/blotter/R/getEndEq.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/getEndEq.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -18,7 +18,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/getPortfAcct.R
===================================================================
--- pkg/blotter/R/getPortfAcct.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/getPortfAcct.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -23,7 +23,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/getPortfolio.R
===================================================================
--- pkg/blotter/R/getPortfolio.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/getPortfolio.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -83,7 +83,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/getPos.R
===================================================================
--- pkg/blotter/R/getPos.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/getPos.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -27,7 +27,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/getPosAvgCost.R
===================================================================
--- pkg/blotter/R/getPosAvgCost.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/getPosAvgCost.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -17,7 +17,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/getPosQty.R
===================================================================
--- pkg/blotter/R/getPosQty.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/getPosQty.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -31,7 +31,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/getTxn.R
===================================================================
--- pkg/blotter/R/getTxn.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/getTxn.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -26,7 +26,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/initAcct.R
===================================================================
--- pkg/blotter/R/initAcct.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/initAcct.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -83,7 +83,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/initPortf.R
===================================================================
--- pkg/blotter/R/initPortf.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/initPortf.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -98,7 +98,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/initPosPL.R
===================================================================
--- pkg/blotter/R/initPosPL.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/initPosPL.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -21,7 +21,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/initSummary.R
===================================================================
--- pkg/blotter/R/initSummary.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/initSummary.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -13,7 +13,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/initTxn.R
===================================================================
--- pkg/blotter/R/initTxn.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/initTxn.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -19,7 +19,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/perTradeStats.R
===================================================================
--- pkg/blotter/R/perTradeStats.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/perTradeStats.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -300,7 +300,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/put.account.R
===================================================================
--- pkg/blotter/R/put.account.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/put.account.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -14,7 +14,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/put.portfolio.R
===================================================================
--- pkg/blotter/R/put.portfolio.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/put.portfolio.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -14,7 +14,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/tradeStats.R
===================================================================
--- pkg/blotter/R/tradeStats.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/tradeStats.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -431,7 +431,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/updateAcct.R
===================================================================
--- pkg/blotter/R/updateAcct.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/updateAcct.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -162,7 +162,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/updateEndEq.R
===================================================================
--- pkg/blotter/R/updateEndEq.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/updateEndEq.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -45,7 +45,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/updatePortf.R
===================================================================
--- pkg/blotter/R/updatePortf.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/updatePortf.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -124,7 +124,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
Modified: pkg/blotter/R/updatePosPL.R
===================================================================
--- pkg/blotter/R/updatePosPL.R 2015-01-07 13:23:01 UTC (rev 1665)
+++ pkg/blotter/R/updatePosPL.R 2015-01-07 13:26:09 UTC (rev 1666)
@@ -254,7 +254,7 @@
###############################################################################
# Blotter: Tools for transaction-oriented trading systems development
# for R (see http://r-project.org/)
-# Copyright (c) 2008-2014 Peter Carl and Brian G. Peterson
+# Copyright (c) 2008-2015 Peter Carl and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
# for full details see the file COPYING
More information about the Blotter-commits
mailing list