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

Oracle valuation implementation #1311

Merged
merged 62 commits into from
May 25, 2023
Merged

Oracle valuation implementation #1311

merged 62 commits into from
May 25, 2023

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    3539091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c326e2 View commit details
    Browse the repository at this point in the history
  3. add trigger

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6740234 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60db297 View commit details
    Browse the repository at this point in the history
  5. fix tests

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    52ffd9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8d5613 View commit details
    Browse the repository at this point in the history
  7. minor benchmark fix

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    8967657 View commit details
    Browse the repository at this point in the history
  8. updating development runtime

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    5a86ac3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e04b02f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf65d35 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c4df7cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2983301 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4481e14 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    80e19ee View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    32d1e4d View commit details
    Browse the repository at this point in the history
  16. fix std issue

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    48e4206 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    41324d8 View commit details
    Browse the repository at this point in the history
  18. fix broken test

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c068920 View commit details
    Browse the repository at this point in the history
  19. correct oracle repayment

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    f43753c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    65b8493 View commit details
    Browse the repository at this point in the history
  21. minor rename

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a46511b View commit details
    Browse the repository at this point in the history
  22. fix integration tests

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    7d312c8 View commit details
    Browse the repository at this point in the history
  23. fix Cargo.lock

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    59a881f View commit details
    Browse the repository at this point in the history
  24. add missing license files

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1fe4e58 View commit details
    Browse the repository at this point in the history
  25. write_off penalty refactor

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    7f09165 View commit details
    Browse the repository at this point in the history
  26. reestructure types

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    5a336e0 View commit details
    Browse the repository at this point in the history
  27. use Config for pricing

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    99fac9e View commit details
    Browse the repository at this point in the history
  28. reorganization in files

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a104233 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1d832a2 View commit details
    Browse the repository at this point in the history
  30. minor write off comments

    lemunozm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    f064311 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. minor rename

    lemunozm committed May 18, 2023
    Configuration menu
    Copy the full SHA
    32cfda6 View commit details
    Browse the repository at this point in the history
  2. add required restrictions

    lemunozm committed May 18, 2023
    Configuration menu
    Copy the full SHA
    5cc8a47 View commit details
    Browse the repository at this point in the history
  3. minor comment fix

    lemunozm committed May 18, 2023
    Configuration menu
    Copy the full SHA
    690fa2d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    3f41067 View commit details
    Browse the repository at this point in the history
  2. rename write_off to policy

    lemunozm committed May 19, 2023
    Configuration menu
    Copy the full SHA
    6ca7032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68f686d View commit details
    Browse the repository at this point in the history
  4. legacy tests passing

    lemunozm committed May 19, 2023
    Configuration menu
    Copy the full SHA
    373bd7b View commit details
    Browse the repository at this point in the history
  5. fix legacy benchmarks

    lemunozm committed May 19, 2023
    Configuration menu
    Copy the full SHA
    71c3b3d View commit details
    Browse the repository at this point in the history
  6. add to codeowners

    lemunozm committed May 19, 2023
    Configuration menu
    Copy the full SHA
    774dbb8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b2c44a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c625d0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. add repay tests

    lemunozm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5e4072c View commit details
    Browse the repository at this point in the history
  2. fix clippy

    lemunozm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6ff3a7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b564da6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba4f822 View commit details
    Browse the repository at this point in the history
  5. add tests for close

    lemunozm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c596528 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29b23dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1558d3f View commit details
    Browse the repository at this point in the history
  8. fix integration tests

    lemunozm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    cd99864 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    037ba2c View commit details
    Browse the repository at this point in the history
  2. add wrong quantity tests

    lemunozm committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3560136 View commit details
    Browse the repository at this point in the history
  3. fix portfolio valuation

    lemunozm committed May 23, 2023
    Configuration menu
    Copy the full SHA
    57b2f1b View commit details
    Browse the repository at this point in the history
  4. minor doc move

    lemunozm committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0302a1f View commit details
    Browse the repository at this point in the history
  5. portfolio in a new mod

    lemunozm committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a79f4a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f85c97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f1b43a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. fix lints

    lemunozm committed May 24, 2023
    Configuration menu
    Copy the full SHA
    55c379e View commit details
    Browse the repository at this point in the history
  2. unify Loan errors

    lemunozm committed May 24, 2023
    Configuration menu
    Copy the full SHA
    fa0b176 View commit details
    Browse the repository at this point in the history
  3. renaming quantity

    lemunozm committed May 24, 2023
    Configuration menu
    Copy the full SHA
    e4f1eee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7e2fa4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0afeff View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

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