Skip to content

Commit

Permalink
FDG-8668 dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
jdach committed Oct 4, 2024
1 parent be18553 commit acf95ad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 31 deletions.
15 changes: 0 additions & 15 deletions env/qat.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,6 @@ module.exports = {
WEB_SOCKET_BASE_URL: 'wss://downloads.fiscaldata.treasury.gov/main',
EXPERIMENTAL_WHITELIST: ['experimental-page', 'afg-overview', 'publishedReportsSection'],
ADDITIONAL_DATASETS: {
'015-BFS-2014Q3-053': {
slug: '/unemployment-trust-funds-report-selection/',
seoConfig: {
pageTitle: 'Unemployment Trust Funds Report Selection',
description:
'Unemployment Trust Fund Report Selection offers numerous reports by month, year, state, federal, ' +
'and report type. The reports represent data supporting the Account Statement, Transaction Statement, ' +
'and the Federal Activity Statement reports. The Unemployment Trust Fund is made up of 59 U.S. Treasury ' +
'accounts, including an account for each state and some territories.',
keywords: 'Debt, Financial Summaries',
},
topics: ['debt', 'financial-summaries'],
relatedDatasets: ['015-BFS-2014Q3-093'],
currentDateButton: 'byFullMonth',
},
'015-BFS-2024Q1-003': {
slug: '/fbp-detailed-principal-accrued-interest/',
seoConfig: {
Expand Down
17 changes: 1 addition & 16 deletions env/uat.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,6 @@ module.exports = {
relatedDatasets: ['015-BFS-2020Q4-xx', '015-BFS-2014Q1-03', '015-BFS-2014Q1-13', '015-BFS-2017Q2-003'],
currentDateButton: 'byMonth',
},
'015-BFS-2014Q3-053': {
slug: '/unemployment-trust-funds-report-selection/',
seoConfig: {
pageTitle: 'Unemployment Trust Funds Report Selection',
description:
'Unemployment Trust Fund Report Selection offers numerous reports by month, year, state, federal, ' +
'and report type. The reports represent data supporting the Account Statement, Transaction Statement, ' +
'and the Federal Activity Statement reports. The Unemployment Trust Fund is made up of 59 U.S. Treasury ' +
'accounts, including an account for each state and some territories.',
keywords: 'Debt, Financial Summaries',
},
topics: ['debt', 'financial-summaries'],
relatedDatasets: ['015-BFS-2014Q3-093'],
currentDateButton: 'byFullMonth',
},

'015-BFS-2024Q1-003': {
slug: '/fbp-detailed-principal-accrued-interest/',
seoConfig: {
Expand All @@ -61,6 +45,7 @@ module.exports = {
topics: ['debt', 'financial-summaries'],
relatedDatasets: ['015-BFS-2014Q3-038', '015-BFS-2014Q3-037'],
currentDateButton: 'byMonth',
displayApiFilterForAllTables: true,
},
},
ADDITIONAL_ENDPOINTS: {
Expand Down
12 changes: 12 additions & 0 deletions src/transform/static-metadata/datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,5 +599,17 @@
"summaryTableFields": ["operation_date", "operation_start_time_est", "operation_close_time_est", "settlement_date"],
"selectColumns": ["cusip_nbr", "coupon_rate_pct", "maturity_date", "par_amt_accepted", "weighted_avg_accepted_price"]
}
},
"015-BFS-2014Q3-053": {
"slug": "/unemployment-trust-funds-report-selection/",
"seoConfig": {
"pageTitle": "Unemployment Trust Funds Report Selection",
"description":
"Unemployment Trust Fund Report Selection offers numerous reports by month, year, state, federal, and report type. The reports represent data supporting the Account Statement, Transaction Statement, and the Federal Activity Statement reports. The Unemployment Trust Fund is made up of 59 U.S. Treasury accounts, including an account for each state and some territories.",
"keywords": "Debt, Financial Summaries"
},
"topics": ["debt", "financial-summaries"],
"relatedDatasets": ["015-BFS-2014Q3-093"],
"currentDateButton": "byFullMonth"
}
}

0 comments on commit acf95ad

Please sign in to comment.