docs: finalize us-cpa integration and fixtures
This commit is contained in:
6
skills/us-cpa/tests/fixtures/facts/overlay-case-2025.json
vendored
Normal file
6
skills/us-cpa/tests/fixtures/facts/overlay-case-2025.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"taxpayer.fullName": "Olivia Overlay",
|
||||
"filingStatus": "single",
|
||||
"wages": 42000,
|
||||
"federalWithholding": 5000
|
||||
}
|
||||
8
skills/us-cpa/tests/fixtures/facts/review-mismatch-2025.json
vendored
Normal file
8
skills/us-cpa/tests/fixtures/facts/review-mismatch-2025.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"taxpayer.fullName": "Jane Doe",
|
||||
"filingStatus": "single",
|
||||
"wages": 50000,
|
||||
"taxableInterest": 100,
|
||||
"federalWithholding": 6000,
|
||||
"expectedIssue": "agi_mismatch"
|
||||
}
|
||||
6
skills/us-cpa/tests/fixtures/facts/schedule-c-2025.json
vendored
Normal file
6
skills/us-cpa/tests/fixtures/facts/schedule-c-2025.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"taxpayer.fullName": "Jamie Owner",
|
||||
"filingStatus": "single",
|
||||
"businessIncome": 12000,
|
||||
"federalWithholding": 0
|
||||
}
|
||||
7
skills/us-cpa/tests/fixtures/facts/simple-w2-interest-2025.json
vendored
Normal file
7
skills/us-cpa/tests/fixtures/facts/simple-w2-interest-2025.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"taxpayer.fullName": "Jane Doe",
|
||||
"filingStatus": "single",
|
||||
"wages": 50000,
|
||||
"taxableInterest": 100,
|
||||
"federalWithholding": 6000
|
||||
}
|
||||
Reference in New Issue
Block a user