From 94830f7510a0ade5bafb49b700a54e8ad14e1102 Mon Sep 17 00:00:00 2001 From: Florent Fourcot Date: Mon, 8 Jul 2013 21:36:35 +0200 Subject: [PATCH] Add a code string for stocks --- weboob/capabilities/bank.py | 1 + 1 file changed, 1 insertion(+) diff --git a/weboob/capabilities/bank.py b/weboob/capabilities/bank.py index 8110eaf8..8659ad63 100644 --- a/weboob/capabilities/bank.py +++ b/weboob/capabilities/bank.py @@ -154,6 +154,7 @@ class Investment(CapBaseObject): """ label = StringField('Label of stocks') + code = StringField('Short code identifier of the stock') quantity = IntField('Quantity of stocks') unitprice = DecimalField('Buy price of one stock') unitvalue = DecimalField('Current value of one stock')