Skip to content

Commit

Permalink
add fidelity nicknames
Browse files Browse the repository at this point in the history
NelsonDane committed Mar 22, 2024
1 parent 427cf0f commit e8be034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoRSA.py
Original file line number Diff line number Diff line change
@@ -49,6 +49,8 @@

# Account nicknames
def nicknames(broker):
if broker in ["fid", "fido"]:
return "fidelity"
if broker == "ft":
return "firstrade"
if broker == "rh":

0 comments on commit e8be034

Please sign in to comment.