You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transaction.security and position.security currently are only assigned as str of CUSIP number, instead it should be a Security() object, so that more useful ticker symbol can also be obtained. I see that ofx.security_list already parses a list of Security() objects, it should not be difficult to create a lookup map with CUSIP as key and Security() object as value.
transaction.security
andposition.security
currently are only assigned asstr
of CUSIP number, instead it should be aSecurity()
object, so that more useful ticker symbol can also be obtained. I see thatofx.security_list
already parses a list ofSecurity()
objects, it should not be difficult to create a lookup map with CUSIP as key andSecurity()
object as value.ofxparse/ofxparse/ofxparse.py
Line 644 in 3236cfd
ofxparse/ofxparse/ofxparse.py
Line 601 in 3236cfd
The text was updated successfully, but these errors were encountered: