bcgov / cas-ciip-portal

The Climate Action Secretariat's CleanBC Industrial Incentive Program application
https://ciip.gov.bc.ca/
Apache License 2.0
10 stars 2 forks source link

As a CIIP admin, I want CTA incremental tax basline data to be entered for 2022, so that incentives can be calculated by the app #2139

Closed dleard closed 1 year ago

dleard commented 1 year ago

Description:

This is a replacement card for #2048. The work defined there was intended to be a UI that could be used by CAS admins to set this data. We have decided not to implement this UI, which means we will need to update the data in our tables manually. This should only be ~20 rows of data to enter.

For this work we need to get the new set of carbon tax data from CAS & enter it into our incremental_fuel_charge_baseline table manually. This table has a foreign key that relates to the carbon_tax_act_fuel_type table which defines each carbon taxed fuel. There shouldn't be any changes to that table, so all of the work needed to be done here should only be in incremental_fuel_charge_baseline.

The incentive calculation uses a baseline value from the incremental_fuel_charge_baseline table that aligns with the federal rates. The table has this shape:

id integer, carbon_tax_act_fuel_type_id integer, start_reporting_period integer, end_reporting_period integer, fuel_charge_baseline numeric, comment varchar(100000)

Acceptance Criteria:

Notes:

dleard commented 1 year ago

Hey team! Please add your planning poker estimate with Zenhub @BCerki @gurjmatharu @mikevespi @pbastia @sam-warren @tmastrom @Sepehr-Sobhani

Dianadec commented 1 year ago

Added business area tag to contact B.B.

LindsayMacfarlane commented 1 year ago
LindsayMacfarlane commented 1 year ago

Program area provided rates. Spreadsheet stored in Scrum Team Channel, in CIIP folder (file called 2022 CT rates)

dleard commented 1 year ago

@LindsayMacfarlane After reviewing the baseline data provided by CAS, we've determined that there are no changes to the baseline rates for this year. This means that no work is needed on our part as our system is already set up to use the current baselines until there is a change. I suggest dropping this card's point value to a 1 to account for the exploration and move it to closed. Thanks @BCerki for the initial investigation on this.

LindsayMacfarlane commented 1 year ago

Thank you so much @BCerki for your investigative work and noticing that no changes are required. Thank you @dleard for reaching out to the program area to get confirmation and make the above recommendation. Much appreciated :)