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

Multi period investment #108

Merged
merged 21 commits into from Jul 18, 2023
Merged

Multi period investment #108

merged 21 commits into from Jul 18, 2023

Commits on Jul 4, 2023

  1. Add lifetime parameter to volatile facade

    Using the multi-period approach makes necessary
    to define the lifetime parameter. This parameter
    is optional, a warning is raised if it is necesarry
    but not passed.
    nailend committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    43c7021 View commit details
    Browse the repository at this point in the history
  2. Add lifetime to _investment()

    Lifetime parameter is passed to investement object
    if passed to the facade.
    nailend committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d814e88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dff350 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    nailend committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    88d44f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b75bbd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07e5555 View commit details
    Browse the repository at this point in the history
  7. Black & Isort

    nailend committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a85226a View commit details
    Browse the repository at this point in the history
  8. Add linebreak

    nailend committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    dda2cf5 View commit details
    Browse the repository at this point in the history
  9. Remove redundant test

    nailend committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    1e35433 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Add commments

    nailend committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b22a0cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84aefc3 View commit details
    Browse the repository at this point in the history
  3. Adapt multi-period tests

    nailend committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    279c7df View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Add empty line

    nailend committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7d9657c View commit details
    Browse the repository at this point in the history
  2. Update multi-period lp files with new parameters

    Parameters `age` and `fixed_costs` were added to
    expandable facades.
    nailend committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4c3ceaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    474e903 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Fix typo

    nailend committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    83137f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63743c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    b8fc926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6fa83d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    b78e19d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea6f311 View commit details
    Browse the repository at this point in the history