Skip to content

Commit 9adb2ed

Browse files
committed
[DEV-6723] Adding DEFC U to the contracts
1 parent 67432e7 commit 9adb2ed

File tree

24 files changed

+98
-68
lines changed

24 files changed

+98
-68
lines changed

usaspending_api/api_contracts/contracts/v2/disaster/agency/count.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ This endpoint returns a count of Agencies
4242
## Filter (object)
4343
+ `def_codes` (required, array[DEFC], fixed-type)
4444
+ `award_type_codes` (optional, array[AwardTypeCodes], fixed-type)
45-
46-
If this parameter provided, count will be calculated form the distinct set of toptier agencies, whose subtier agencies funded awards linked to FinancialAccountsByAwards records (which are derived from DABS File C) related to the provided DEF codes.
47-
48-
If this parameter is not provided count will be calculated from the distinct set of toptier agencies "owning" appropriations accounts used in funding this disaster (from FinancialAccountsByProgramActivityObjectClass records, which are derived from DABS File B).
45+
46+
If this parameter provided, count will be calculated form the distinct set of toptier agencies, whose subtier agencies funded awards linked to FinancialAccountsByAwards records (which are derived from DABS File C) related to the provided DEF codes.
47+
48+
If this parameter is not provided count will be calculated from the distinct set of toptier agencies "owning" appropriations accounts used in funding this disaster (from FinancialAccountsByProgramActivityObjectClass records, which are derived from DABS File B).
4949

5050
## DEFC (enum[string])
5151
List of Disaster Emergency Fund (DEF) Codes (DEFC) defined by legislation at the time of writing.
@@ -73,6 +73,7 @@ and belong to CARES Act DEFC.
7373
+ `R`
7474
+ `S`
7575
+ `T`
76+
+ `U`
7677
+ `9`
7778

7879
## AwardTypeCodes (enum[string])

usaspending_api/api_contracts/contracts/v2/disaster/agency/loans.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Returns loan spending details of Agencies receiving supplemental funding budgeta
2525

2626
{
2727
"filter": {
28-
"def_codes": ["L", "M", "N", "O", "P"],
28+
"def_codes": ["L", "M", "N", "O", "P", "U"],
2929
"award_type_codes": ["07", "08"]
3030
},
3131
"pagination": {
@@ -181,4 +181,5 @@ List of Disaster Emergency Fund (DEF) Codes (DEFC) defined by legislation at the
181181
+ `R`
182182
+ `S`
183183
+ `T`
184+
+ `U`
184185
+ `9`

usaspending_api/api_contracts/contracts/v2/disaster/agency/spending.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Returns spending details of Agencies receiving supplemental funding budgetary re
3131

3232
{
3333
"filter": {
34-
"def_codes": ["L", "M", "N", "O", "P"],
34+
"def_codes": ["L", "M", "N", "O", "P", "U"],
3535
"award_type_codes": ["02", "03", "04", "05", "07", "08", "10", "06", "09", "11", "A", "B", "C", "D", "IDV_A", "IDV_B", "IDV_B_A", "IDV_B_B", "IDV_B_C", "IDV_C", "IDV_D", "IDV_E"]
3636
},
3737
"pagination": {
@@ -182,6 +182,7 @@ List of Disaster Emergency Fund (DEF) Codes (DEFC) defined by legislation at the
182182
+ `R`
183183
+ `S`
184184
+ `T`
185+
+ `U`
185186
+ `9`
186187

187188
## AwardTypeCodes (enum[string])

usaspending_api/api_contracts/contracts/v2/disaster/award/amount.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This endpoint provides the Account obligation and outlay aggregations of Awards
2424

2525
{
2626
"filter": {
27-
"def_codes": ["L", "M", "N", "O", "P"],
27+
"def_codes": ["L", "M", "N", "O", "P", "U"],
2828
"award_type_codes": ["02", "03", "04", "05", "07", "08", "10", "06", "09", "11", "A", "B", "C", "D", "IDV_A", "IDV_B", "IDV_B_A", "IDV_B_B", "IDV_B_C", "IDV_C", "IDV_D", "IDV_E"]
2929
},
3030
"pagination": {
@@ -95,6 +95,7 @@ and belong to CARES Act DEFC.
9595
+ `R`
9696
+ `S`
9797
+ `T`
98+
+ `U`
9899
+ `9`
99100

100101
## AwardTypeCodes (enum[string])

usaspending_api/api_contracts/contracts/v2/disaster/award/count.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ List of Disaster Emergency Fund (DEF) Codes (DEFC) defined by legislation at the
6969
+ `R`
7070
+ `S`
7171
+ `T`
72+
+ `U`
7273
+ `9`
7374

7475
## AwardTypeCodes (enum[string])

usaspending_api/api_contracts/contracts/v2/disaster/cfda/count.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ List of Disaster Emergency Fund (DEF) Codes (DEFC) defined by legislation at the
6868
+ `R`
6969
+ `S`
7070
+ `T`
71+
+ `U`
7172
+ `9`
7273

7374
## AssistanceAwardTypeCodes (enum[string])

usaspending_api/api_contracts/contracts/v2/disaster/cfda/loans.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Returns loan spending details of CFDA Programs receiving supplemental funding bu
2525

2626
{
2727
"filter": {
28-
"def_codes": ["L", "M", "N", "O", "P"],
28+
"def_codes": ["L", "M", "N", "O", "P", "U"],
2929
"award_type_codes": ["07", "08"]
3030
},
3131
"pagination": {
@@ -190,4 +190,5 @@ List of Disaster Emergency Fund (DEF) Codes (DEFC) defined by legislation at the
190190
+ `R`
191191
+ `S`
192192
+ `T`
193+
+ `U`
193194
+ `9`

usaspending_api/api_contracts/contracts/v2/disaster/cfda/spending.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Returns spending details of CFDA receiving supplemental funding budgetary resour
3030

3131
{
3232
"filter": {
33-
"def_codes": ["L", "M", "N", "O", "P"],
33+
"def_codes": ["L", "M", "N", "O", "P", "U"],
3434
"award_type_codes": ["02", "03", "04", "05", "07", "08", "10", "06", "09", "11"]
3535
},
3636
"pagination": {
@@ -185,6 +185,7 @@ List of Disaster Emergency Fund (DEF) Codes (DEFC) defined by legislation at the
185185
+ `R`
186186
+ `S`
187187
+ `T`
188+
+ `U`
188189
+ `9`
189190

190191
## AwardTypeCodes (enum[string])

usaspending_api/api_contracts/contracts/v2/disaster/def_code/count.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ List of Disaster Emergency Fund (DEF) Codes (DEFC) defined by legislation at the
6666
+ `R`
6767
+ `S`
6868
+ `T`
69+
+ `U`
6970
+ `9`

usaspending_api/api_contracts/contracts/v2/disaster/federal_account/count.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ List of Disaster Emergency Fund (DEF) Codes (DEFC) defined by legislation at the
6666
+ `R`
6767
+ `S`
6868
+ `T`
69+
+ `U`
6970
+ `9`

0 commit comments

Comments
 (0)