Skip to content

Conversation

carlobortolan
Copy link
Owner

Implement pricing function for zero-coupon bonds and tests.

Depends on #74.

@carlobortolan carlobortolan self-assigned this Aug 19, 2025
@carlobortolan carlobortolan added enhancement New feature or request rust Pull requests that update rust code labels Aug 19, 2025
@carlobortolan carlobortolan linked an issue Aug 19, 2025 that may be closed by this pull request
@carlobortolan carlobortolan added the testing Issue related to existing or missing test cases label Aug 19, 2025
Copy link

codecov bot commented Aug 19, 2025

Codecov Report

❌ Patch coverage is 84.84848% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.67%. Comparing base (4b04118) to head (cb5b2be).

Files with missing lines Patch % Lines
src/fixed_income/bonds/zero_coupon.rs 84.84% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   91.14%   91.67%   +0.53%     
==========================================
  Files          25       26       +1     
  Lines        2574     2607      +33     
==========================================
+ Hits         2346     2390      +44     
+ Misses        228      217      -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@carlobortolan carlobortolan marked this pull request as ready for review August 30, 2025 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rust Pull requests that update rust code testing Issue related to existing or missing test cases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement ZeroCouponBond pricing
1 participant