Hi Cal, I'm finally back in the US and over jet lag. F2O has been working flawlessly until today. I did an options trade yesterday and today, when I ran F2O, it wanted to add the symbol to the db.csv, but
didn't give me the choice to identify it as an option. The choices were MF, stocks, etc., but not OPT. I've been using beta12 because it worked, but I just tried beta16a. It gave me the choice of OPT, but I now get the following error message:
Proposed ticker presented is TSLA260821C480
Positions entry has name is TSLA AUG 21 2026 480 CALL
Can now add a new F2O_DB.csv entry. If 401k suggest MF
Inputs are not case-sensitive. Do not use quote characters, but do press Enter.
Enter one of ('MF', 'STOCK', 'OTHER', 'OPT', 'DEBT') :opt
File "F2O.py", line 1315, in <module>
SecDB_index= findTickerInSecDB( symbol) #shared function
File "F2O.py", line 314, in findTickerInSecDB
xx=input("Enter one of " +str(ok_db_types)+" :") #change raw_input to input if python 3
File "<string>", line 1, in <module>
NameError: name 'opt' is not defined