Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added most stocks & etfs #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Zarathustra2
Copy link

No description provided.

@Zarathustra2
Copy link
Author

@laroche Gibt es Updates hier? Irgendwas was ich noch updaten soll, bevor das hier gemergt werden kann?

@laroche
Copy link
Owner

laroche commented May 22, 2021

Im Source ist bei mir angegeben wie ich die Liste der Nasdaq/SP500-Firmen erstellen lasse und abspeicher.
Hast Du eine automatische Vorgehensweise, wie Du auf die Liste der ETFs kommst?
Interessant wäre gleich noch eine Einteilung in z.B. Aktienfonds und andere wie es für eine Einteilung der
Steuer notwendig ist. (Ist bei mir aktuell auch nicht implementiert.)

class AssetType(enum.Enum):
Option = 1
IndStock = 2
AktienFond = 3
MischFond = 4
ImmobilienFond = 5
OtherStock = 6

Aktuell halte ich nur eine Liste von IndStock und OtherStock vor.

Viele Grüße,

Florian La Roche

@laroche
Copy link
Owner

laroche commented May 22, 2021

Im Source sind "print_sp500()" und "print_nasdaq100()" dazu da, die aktuellen Listen automatisch zu erstellen.
Ist so eine Automatisierung bei Deiner Liste auch möglich?

Viele Grüße,

Florian La Roche

@Zarathustra2
Copy link
Author

Hey @laroche ne habe leider keine automatische Möglichkeit. Bei der Einteilung weis ich nicht ob ich dafür die Daten habe, muss ich nochmal checken.

@Zarathustra2
Copy link
Author

Hab die Daten dafür nicht, nur ob stock oder ETF

@laroche
Copy link
Owner

laroche commented May 22, 2021

Und woher kommt die Liste oder die Einteilung in Stock/ETF?

Noch sind die "richtigen" Steuereinteilungen im Script nur sehr rudimentär. Vielleicht würde es daher sogar Sinn
machen, wenn "--assume-individual-stock" default wird, damit das Skript erstmal ohne Fehler durchläuft.
Die genaue steuerliche Behandlung sollte dann später bei genauer Betrachtung dazukommen.

Hmmm... ????

Viele Grüße,

Florian La Roche

@Zarathustra2
Copy link
Author

Ich habe Zugriff auf eine Datenbank mit den Daten, daher nicht automatisierbar :(

Das könnte man machen. Ich merke gerade, dass man womöglich über den vollen Namen gehen könnte, zum Beispiel:
PSR <-> Invesco Capital Management LLC - Invesco Active U.S. Real Estate ETF aber AktienFond & MischFond über den Namen zu qualizifieren finde ich schwer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants