Skip to content

Allow to set a fix "Cost" for the summary #333

@isingasimplesong

Description

@isingasimplesong

Problem Statement
When selling and buying stocks repeatedly, ticker obviously lose track of the original amount of money used, making calculations based on the initial cost unreliable for long-term tracking

Proposed Solution
keep the current behavior default, but add an option to set a fixed cost for each group, allowing to keep track of cost through multiples trades

the config might look like that :

groups:
  - name: Global
    initial_cost: 500
    holdings:
      # REER
      - symbol: "AAA"
        quantity: 3
        unit_cost: 120

      - symbol: "BBB"
        quantity: 10
        unit_cost: 18

      - symbol: "CCC"
        quantity: 4
        unit_cost: 87

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions