Skip to content

Commit 5639d3d

Browse files
authored
FYST 1233 upload df xmls jsons for az (#5063)
* Add new AZ personas
1 parent 1399250 commit 5639d3d

15 files changed

+1039
-199
lines changed

app/services/state_file/direct_file_api_response_sample_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def az_xml_sample(filing_status)
6262
when :married_filing_jointly
6363
read_xml("az_martha_v2")
6464
when :qualifying_widow
65-
read_xml("az_leslie_qss_v2")
65+
read_xml("az_leslie_qss")
6666
when :married_filing_separately
6767
read_xml("az_sherlock_mfs")
6868
when :head_of_household
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"familyAndHousehold": [],
3+
"filers": [
4+
{
5+
"firstName": "Atticus",
6+
"lastName": "Finch",
7+
"middleInitial": null,
8+
"tin": "900-50-0011",
9+
"dateOfBirth": "1989-12-13",
10+
"suffix": null,
11+
"isPrimaryFiler": true,
12+
"ssnNotValidForEmployment": false
13+
}
14+
],
15+
"interestReports": [
16+
{
17+
"has1099": true,
18+
"taxExemptAndTaxCreditBondCusipNo": null,
19+
"payerTin": null,
20+
"recipientTin": "900-50-0011",
21+
"payer": "Mockingbird Bank",
22+
"1099Amount": "4000.00",
23+
"taxWithheld": "0.00",
24+
"no1099Amount": null
25+
}
26+
]
27+
}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"familyAndHousehold": [
3+
{
4+
"monthsLivedWithTPInUS": "ten",
5+
"lastName": "Custis",
6+
"isClaimedDependent": true,
7+
"hohQualifyingPerson": false,
8+
"qualifyingChild": true,
9+
"scheduleEicLine4bYes": false,
10+
"scheduleEicLine4aYes": false,
11+
"dateOfBirth": "2022-03-03",
12+
"suffix": null,
13+
"residencyDuration": "sixToElevenMonths",
14+
"firstName": "John",
15+
"middleInitial": null,
16+
"tin": "300-00-0010",
17+
"scheduleEicLine4aNo": false,
18+
"eligibleDependent": true,
19+
"relationship": "grandChildOrOtherDescendantOfChild",
20+
"ssnNotValidForEmployment": false
21+
},
22+
{
23+
"monthsLivedWithTPInUS": "eight",
24+
"lastName": "Bassett",
25+
"isClaimedDependent": true,
26+
"hohQualifyingPerson": false,
27+
"qualifyingChild": true,
28+
"scheduleEicLine4bYes": false,
29+
"scheduleEicLine4aYes": true,
30+
"dateOfBirth": "2001-05-05",
31+
"suffix": null,
32+
"residencyDuration": "sixToElevenMonths",
33+
"firstName": "Frances",
34+
"middleInitial": null,
35+
"tin": "300-00-0012",
36+
"scheduleEicLine4aNo": false,
37+
"eligibleDependent": true,
38+
"relationship": "otherDescendantOfHalfSibling",
39+
"ssnNotValidForEmployment": false
40+
},
41+
{
42+
"monthsLivedWithTPInUS": null,
43+
"lastName": "Bassett",
44+
"isClaimedDependent": true,
45+
"hohQualifyingPerson": false,
46+
"qualifyingChild": false,
47+
"scheduleEicLine4bYes": false,
48+
"scheduleEicLine4aYes": false,
49+
"dateOfBirth": "1993-06-06",
50+
"suffix": null,
51+
"residencyDuration": "allYear",
52+
"firstName": "Nelly",
53+
"middleInitial": null,
54+
"tin": "300-00-0013",
55+
"scheduleEicLine4aNo": true,
56+
"eligibleDependent": true,
57+
"relationship": "otherDescendantOfStepSibling",
58+
"ssnNotValidForEmployment": null
59+
}
60+
],
61+
"filers": [
62+
{
63+
"lastName": "Washington",
64+
"firstName": "George",
65+
"middleInitial": null,
66+
"tin": "600-00-0005",
67+
"dateOfBirth": "1970-02-02",
68+
"suffix": null,
69+
"isPrimaryFiler": false,
70+
"ssnNotValidForEmployment": null
71+
},
72+
{
73+
"firstName": "Martha",
74+
"lastName": "Washington",
75+
"middleInitial": null,
76+
"tin": "400-00-0005",
77+
"dateOfBirth": "1970-01-01",
78+
"suffix": null,
79+
"isPrimaryFiler": true,
80+
"ssnNotValidForEmployment": null
81+
}
82+
],
83+
"interestReports": []
84+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"familyAndHousehold": [],
3+
"filers": [
4+
{
5+
"firstName": "Jay",
6+
"lastName": "Pilot",
7+
"middleInitial": null,
8+
"tin": "900-50-0012",
9+
"dateOfBirth": "1950-07-06",
10+
"suffix": null,
11+
"isPrimaryFiler": false,
12+
"ssnNotValidForEmployment": false
13+
},
14+
{
15+
"lastName": "Pilot",
16+
"firstName": "Robin",
17+
"middleInitial": null,
18+
"tin": "400-00-0014",
19+
"dateOfBirth": "1940-06-07",
20+
"suffix": null,
21+
"isPrimaryFiler": true,
22+
"ssnNotValidForEmployment": null
23+
}
24+
],
25+
"interestReports": []
26+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"familyAndHousehold": [],
3+
"filers": [
4+
{
5+
"firstName": "Rory",
6+
"lastName": "Gilmore",
7+
"middleInitial": null,
8+
"tin": "400-00-0009",
9+
"dateOfBirth": "2003-02-03",
10+
"suffix": null,
11+
"isPrimaryFiler": true,
12+
"ssnNotValidForEmployment": null
13+
}
14+
],
15+
"interestReports": []
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"familyAndHousehold": [],
3+
"filers": [
4+
{
5+
"lastName": "Brahe",
6+
"firstName": "Tycho",
7+
"middleInitial": null,
8+
"tin": "400-00-0012",
9+
"dateOfBirth": "1959-12-31",
10+
"suffix": null,
11+
"isPrimaryFiler": true,
12+
"ssnNotValidForEmployment": null
13+
}
14+
],
15+
"interestReports": []
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"familyAndHousehold": [],
3+
"filers": [
4+
{
5+
"lastName": "Brahe",
6+
"firstName": "Tycho",
7+
"middleInitial": null,
8+
"tin": "400-00-0012",
9+
"dateOfBirth": "1959-12-31",
10+
"suffix": null,
11+
"isPrimaryFiler": true,
12+
"ssnNotValidForEmployment": null
13+
}
14+
],
15+
"interestReports": []
16+
}
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"familyAndHousehold": [
3+
{
4+
"monthsLivedWithTPInUS": null,
5+
"lastName": "Ludgate",
6+
"isClaimedDependent": true,
7+
"hohQualifyingPerson": true,
8+
"qualifyingChild": false,
9+
"scheduleEicLine4bYes": false,
10+
"scheduleEicLine4aYes": false,
11+
"dateOfBirth": "1992-08-08",
12+
"suffix": null,
13+
"residencyDuration": "allYear",
14+
"firstName": "April",
15+
"middleInitial": null,
16+
"scheduleEicLine4aNo": true,
17+
"tin": "300-00-0014",
18+
"eligibleDependent": true,
19+
"relationship": "biologicalChild",
20+
"ssnNotValidForEmployment": null
21+
},
22+
{
23+
"monthsLivedWithTPInUS": null,
24+
"lastName": "Dwyer",
25+
"isClaimedDependent": true,
26+
"hohQualifyingPerson": false,
27+
"qualifyingChild": false,
28+
"scheduleEicLine4bYes": false,
29+
"scheduleEicLine4aYes": false,
30+
"dateOfBirth": "1984-07-08",
31+
"suffix": null,
32+
"residencyDuration": "lessThanSixMonths",
33+
"firstName": "Andy",
34+
"middleInitial": null,
35+
"scheduleEicLine4aNo": true,
36+
"tin": "900-50-0015",
37+
"eligibleDependent": true,
38+
"relationship": "siblingOfParent",
39+
"ssnNotValidForEmployment": null
40+
}
41+
],
42+
"filers": [
43+
{
44+
"firstName": "Leslie",
45+
"lastName": "Knope",
46+
"middleInitial": null,
47+
"tin": "400-00-0007",
48+
"dateOfBirth": "1959-12-31",
49+
"suffix": null,
50+
"isPrimaryFiler": true,
51+
"ssnNotValidForEmployment": null
52+
}
53+
],
54+
"interestReports": []
55+
}
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<Return xmlns="http://www.irs.gov/efile" xmlns:efile="http://www.irs.gov/efile" returnVersion="2024v4.0">
3+
<ReturnHeader binaryAttachmentCnt="0">
4+
<TaxYr>2024</TaxYr>
5+
<TaxPeriodBeginDt>2024-01-01</TaxPeriodBeginDt>
6+
<TaxPeriodEndDt>2024-12-31</TaxPeriodEndDt>
7+
<SoftwareVersionNum>676c5f98</SoftwareVersionNum>
8+
<ReturnTypeCd>1040</ReturnTypeCd>
9+
<Filer>
10+
<PrimarySSN>900500011</PrimarySSN>
11+
<NameLine1Txt>ATTICUS&lt;FINCH</NameLine1Txt>
12+
<PrimaryNameControlTxt>FINC</PrimaryNameControlTxt>
13+
<USAddress>
14+
<AddressLine1Txt>3723 Parkway Drive</AddressLine1Txt>
15+
<CityNm>Patagonia</CityNm>
16+
<StateAbbreviationCd>AZ</StateAbbreviationCd>
17+
<ZIPCd>85624</ZIPCd>
18+
</USAddress>
19+
<PhoneNum>4802003576</PhoneNum>
20+
</Filer>
21+
<AdditionalFilerInformation>
22+
<AtSubmissionFilingGrp>
23+
<EmailAddressTxt>[email protected]</EmailAddressTxt>
24+
</AtSubmissionFilingGrp>
25+
</AdditionalFilerInformation>
26+
</ReturnHeader>
27+
<ReturnData documentCnt="4">
28+
<IRS1040 documentId="IRS10400001">
29+
<IndividualReturnFilingStatusCd>1</IndividualReturnFilingStatusCd>
30+
<VirtualCurAcquiredDurTYInd>false</VirtualCurAcquiredDurTYInd>
31+
<TotalExemptPrimaryAndSpouseCnt>1</TotalExemptPrimaryAndSpouseCnt>
32+
<ChldWhoLivedWithYouCnt>0</ChldWhoLivedWithYouCnt>
33+
<OtherDependentsListedCnt>0</OtherDependentsListedCnt>
34+
<TotalExemptionsCnt>1</TotalExemptionsCnt>
35+
<TaxableInterestAmt referenceDocumentId="IRS1040B001" referenceDocumentName="IRS1040ScheduleB">4000</TaxableInterestAmt>
36+
<TotalAdditionalIncomeAmt>6000</TotalAdditionalIncomeAmt>
37+
<TotalIncomeAmt>10000</TotalIncomeAmt>
38+
<AdjustedGrossIncomeAmt>10000</AdjustedGrossIncomeAmt>
39+
<TotalItemizedOrStandardDedAmt>14600</TotalItemizedOrStandardDedAmt>
40+
<TotalDeductionsAmt>14600</TotalDeductionsAmt>
41+
<TaxableIncomeAmt>0</TaxableIncomeAmt>
42+
<TaxAmt>0</TaxAmt>
43+
<TotalTaxBeforeCrAndOthTaxesAmt>0</TotalTaxBeforeCrAndOthTaxesAmt>
44+
<TaxLessCreditsAmt>0</TaxLessCreditsAmt>
45+
<TotalTaxAmt>0</TotalTaxAmt>
46+
<Form1099WithheldTaxAmt referenceDocumentId="OTHERWITHHOLDING0001" referenceDocumentName="OtherWithholdingStatement">1000</Form1099WithheldTaxAmt>
47+
<WithholdingTaxAmt>1000</WithholdingTaxAmt>
48+
<TotalPaymentsAmt>1000</TotalPaymentsAmt>
49+
<OverpaidAmt>1000</OverpaidAmt>
50+
<RefundAmt>1000</RefundAmt>
51+
<OwedAmt>0</OwedAmt>
52+
<ThirdPartyDesigneeInd>false</ThirdPartyDesigneeInd>
53+
<PrimaryOccupationTxt>Lawyer</PrimaryOccupationTxt>
54+
<RefundProductCd>NO FINANCIAL PRODUCT</RefundProductCd>
55+
</IRS1040>
56+
<IRS1040Schedule1 documentId="IRS1040S1001">
57+
<UnemploymentCompAmt>6000</UnemploymentCompAmt>
58+
<TotalAdditionalIncomeAmt>6000</TotalAdditionalIncomeAmt>
59+
</IRS1040Schedule1>
60+
<IRS1040ScheduleB documentId="IRS1040B001" documentName="IRS1040ScheduleB">
61+
<Form1040SchBPartIGroup2>
62+
<InterestPayerName>
63+
<BusinessNameLine1Txt>Mockingbird Bank</BusinessNameLine1Txt>
64+
</InterestPayerName>
65+
<InterestAmt>4000</InterestAmt>
66+
</Form1040SchBPartIGroup2>
67+
<InterestSubtotalAmt interestSubtotalLiteralCd="INTEREST SUBTOTAL">4000</InterestSubtotalAmt>
68+
<TaxableInterestSubtotalAmt>4000</TaxableInterestSubtotalAmt>
69+
<CalculatedTotalTaxableIntAmt>4000</CalculatedTotalTaxableIntAmt>
70+
<ForeignAccountsQuestionInd>false</ForeignAccountsQuestionInd>
71+
<ForeignTrustQuestionInd>false</ForeignTrustQuestionInd>
72+
</IRS1040ScheduleB>
73+
<OtherWithholdingStatement documentId="OTHERWITHHOLDING0001" documentName="OtherWithholdingStatement">
74+
<OtherWithholdingStmt>
75+
<WithholdingCd>FORM 1099</WithholdingCd>
76+
<EIN>001245767</EIN>
77+
<WithholdingAmt>1000</WithholdingAmt>
78+
</OtherWithholdingStmt>
79+
</OtherWithholdingStatement>
80+
</ReturnData>
81+
</Return>

0 commit comments

Comments
 (0)