diff --git a/env/qat.js b/env/qat.js index 7007004f8..5d8ef4931 100644 --- a/env/qat.js +++ b/env/qat.js @@ -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: { diff --git a/env/uat.js b/env/uat.js index 2b53cd22d..a435f4022 100644 --- a/env/uat.js +++ b/env/uat.js @@ -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: { @@ -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: { diff --git a/src/transform/static-metadata/datasets.json b/src/transform/static-metadata/datasets.json index 0e8dd30e8..7a93b3c56 100644 --- a/src/transform/static-metadata/datasets.json +++ b/src/transform/static-metadata/datasets.json @@ -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" } }