Add a code string for stocks

This commit is contained in:
Florent Fourcot 2013-07-08 21:36:35 +02:00
commit 94830f7510

View file

@ -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')