Skip to content

Commit

Permalink
Update inflation and current year constants
Browse files Browse the repository at this point in the history
  • Loading branch information
pratishta committed Feb 12, 2024
1 parent 40e8c8a commit a3e08f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions special-calculations/data/constants.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// constants for use in special calculations
const INFLATION_FACTOR = 1.2543;
const INFLATION_FACTOR = 1.3493;
const CORRELATION_COEFFICIENT_CONST = 1.645;
const DIFF_PERCENT_THRESHOLD = -0.05;
const DESIGN_FACTOR = 1.5;
const CUR_YEAR = 'Y2017-2021';
const CUR_YEAR = 'Y2018-2028';
const PREV_YEAR = 'Y2006-2010'; // TODO: update with actual previous year
const GEOGRAPHY_VERSION = '2023-08-29';
const DECENNIAL_SCHEMA_NAME = 'decennial';
Expand Down

0 comments on commit a3e08f1

Please sign in to comment.