• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wegamekinglc / Derivatives-Algorithms-Lib
75%
master: 74%

Build:
Build:
LAST BUILD BRANCH: copilot/explore-codebase-implementation-plan
DEFAULT BRANCH: master
Repo Added 16 Jan 2021 06:31AM UTC
Token RCHt5bHBHiesAZrXN9ctLtgBNi9sbYmV8 regen
Build 2764 Last
Files 190
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH copilot/explore-codebase-implementation-plan
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • china_2025
  • chore/remove-co-authored-by-from-guides
  • ci/matrix-workflow
  • copilot/add-test-coverage-analysis
  • copilot/analyze-test-coverage
  • copilot/analyze-test-coverage-again
  • copilot/explore-codebase-implementation-plan
  • copilot/explore-codebase-yield-curve-modeling
  • dependabot/github_actions/actions/checkout-3
  • dependabot/github_actions/actions/checkout-4
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/checkout-6.0.2
  • docs/claude-config-sync
  • docs/improve-readme-formatting
  • experimental
  • feature/aad-methodology-doc
  • feature/adept-aad-backend
  • feature/adept-expr-tape-tests
  • feature/code-style-fixes
  • feature/codipack-aad-backend
  • feature/codipack-polish
  • feature/coverage-build-flag
  • feature/currency-unit-tests
  • feature/dal-pr-review-agent
  • feature/dal-refactor-docs
  • feature/dal-unit-test-write-agent
  • feature/docs-table-style-guidance
  • feature/enforce-worktree-dal-dev-workflow
  • feature/harden-dal-pr-review-agent
  • feature/log-linear-interp-and-refactor
  • feature/normal-expectation-quadrature
  • feature/piecewise-linear-curve-tests
  • feature/rename-skills-dal-prefix
  • feature/serialization-tests-and-skills
  • feature/sync-agent-doc-guidance
  • feature/windows-ci-workflow
  • feature/ycinstrument-polymorphic-calibration
  • feature/yield-curve-calibration
  • fix/adept-cmake-definitions
  • fix/arrayn-dimension-validation
  • fix/calibration-build-constant
  • fix/machinist-cmake-compiler-id
  • fix/msvc-ndarray-test-parsing
  • fix/readme-build-badge
  • fix/underdetermined-guidance-and-xad-default
  • master
  • old_virtual_dispatch
  • refactor/rename-calibratedyieldcurve-to-curveblock
  • refs/heads/master
  • refs/pull/5/merge
  • use_codi

22 May 2026 08:50AM UTC coverage: 75.058% (+1.0%) from 74.053%
26278109618

Pull #63

github

web-flow
Add more calibration usage examples

Agent-Logs-Url: https://github.com/wegamekinglc/Derivatives-Algorithms-Lib/sessions/e78add51-81b5-4403-ab70-c6251c8b070d

Co-authored-by: wegamekinglc <1821668+wegamekinglc@users.noreply.github.com>
Pull Request #63: Add convention-driven multi-curve calibration instruments and staged bootstrap support

384 of 414 new or added lines in 9 files covered. (92.75%)

4827 of 6431 relevant lines covered (75.06%)

3883077.01 hits per line

Relevant lines Covered
Build:
Build:
6431 RELEVANT LINES 4827 COVERED LINES
3883077.01 HITS PER LINE
Source Files on master
  • Tree
  • List 190
  • Changed 11
  • Source Changed 11
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26278109618 copilot/explore-codebase-implementation-plan Add more calibration usage examples Agent-Logs-Url: https://github.com/wegamekinglc/Derivatives-Algorithms-Lib/sessions/e78add51-81b5-4403-ab70-c6251c8b070d Co-authored-by: wegamekinglc <1821668+wegamekinglc@users.noreply.github.com> Pull #63 24 May 2026 06:16AM UTC web-flow github
75.06
26245635695 copilot/explore-codebase-implementation-plan Fix stub coupon months and HasForward discount fallback alignment Use CouponMonths(unadjustedStart_, unadjustedEnd_) instead of tenor.Months() for every period's DayBasis context, so stub periods get the correct nominal interval for conventions l... Pull #63 21 May 2026 06:39PM UTC wegamekinglc github
75.06
26200745049 copilot/explore-codebase-implementation-plan Fix cyclomatic complexity in DateGenerateByPeriod Split forward and backward date generation into separate helpers to reduce cyclomatic complexity below the Codacy limit of 8. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Pull #63 21 May 2026 01:57AM UTC wegamekinglc github
75.06
26200746499 copilot/explore-codebase-implementation-plan Merge 8f8e96ef9 into 9f4e67683 Pull #63 21 May 2026 01:57AM UTC web-flow github
75.06
26183361068 copilot/explore-codebase-implementation-plan Fix undeclared MAX_RELEVANT_DATES_PER_INSTRUMENT in calibration.cpp The PR #63 introduced a call to this constant in the InstrumentDates function, but the constant was never defined. Add it as a constexpr in the anonymous namespace. The value is ... Pull #63 20 May 2026 06:59PM UTC wegamekinglc github
75.07
26182481948 fix/calibration-build-constant Fix calibration build constant Define the reserved instrument-date capacity locally so the calibration implementation builds after the complexity refactor split out helpers. Pull #64 20 May 2026 06:42PM UTC wegamekinglc github
75.07
26052921863 feature/dal-refactor-docs docs: add DAL refactor planning docs Capture the original split requirements and the expanded migration plan so the restructuring work has a clear, reviewable reference. Pull #62 18 May 2026 06:41PM UTC wegamekinglc github
74.05
26052935677 feature/dal-refactor-docs Merge 2e0f2ea94 into 9f4e67683 Pull #62 18 May 2026 06:41PM UTC web-flow github pending completion  
25987682945 master chore: remove Co-Authored-By trailer from commit and PR guides (#61) The project does not want AI co-author trailers in commit messages or PRs. push 17 May 2026 10:03AM UTC web-flow github
74.05
25987628038 chore/remove-co-authored-by-from-guides chore: remove Co-Authored-By trailer from commit and PR guides The project does not want AI co-author trailers in commit messages or PRs. push 17 May 2026 09:59AM UTC wegamekinglc github
73.95
See All Builds (1705)

Badge your Repo: Derivatives-Algorithms-Lib

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc