feat(us-tax): Schedule E rental model — 27.5yr depreciation with cross-year accumulated continuity - #156
Merged
Merged
Conversation
elasticdotventures
pushed a commit
that referenced
this pull request
Aug 9, 2026
…t, reject unrecognized chains, fix test fixtures - remove ComputeFeie/ComputeDepreciation contract entries (belong to separate PRs #154/#156, not this fix) - restore missing Lei import in ledgerr-mcp/src/crypto.rs (undeclared-type compile error) - Chain::from_str no longer silently accepts any string via an Other(..) catch-all; unmatched input now correctly returns None, matching this PR's own unrecognized_chain_returns_error test - crypto_contract.rs: gain_loss/au_taxable_gain are Decimal, which serializes as a JSON string — fix two assertions that compared against bare floats - crypto_contract.rs: replace check-digit-invalid placeholder LEI with the known-valid LEI already used elsewhere in this codebase
elasticdotventures
added a commit
that referenced
this pull request
Aug 9, 2026
…to_cost_basis_check (#153) * fix(crypto): cost basis method, chain, address are no longer hardcoded (#150) * fix(crypto): trim out-of-scope FEIE/depreciation stubs, fix Lei import, reject unrecognized chains, fix test fixtures - remove ComputeFeie/ComputeDepreciation contract entries (belong to separate PRs #154/#156, not this fix) - restore missing Lei import in ledgerr-mcp/src/crypto.rs (undeclared-type compile error) - Chain::from_str no longer silently accepts any string via an Other(..) catch-all; unmatched input now correctly returns None, matching this PR's own unrecognized_chain_returns_error test - crypto_contract.rs: gain_loss/au_taxable_gain are Decimal, which serializes as a JSON string — fix two assertions that compared against bare floats - crypto_contract.rs: replace check-digit-invalid placeholder LEI with the known-valid LEI already used elsewhere in this codebase --------- Co-authored-by: brianh <brianh@promptexecution.com>
elasticdotventures
force-pushed
the
issue-151-schedule-e
branch
from
August 9, 2026 08:21
23c14ce to
8b28267
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements #151