Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

labor budget: specify the amount set aside in the contract to cover labor costs #406

Closed
odscjen opened this issue Oct 24, 2023 · 3 comments · Fixed by #433
Closed

labor budget: specify the amount set aside in the contract to cover labor costs #406

odscjen opened this issue Oct 24, 2023 · 3 comments · Fixed by #433
Assignees
Milestone

Comments

@odscjen
Copy link
Contributor

odscjen commented Oct 24, 2023

Background

This issue relates to the following CoST IDS elements proposed in the CoST IDS/OC4IDS review:

Labor budget

Labor budget

Module: Social
Indicator: Labor compliance

Disclosure format

Disclose the amount allocated by the main contractor to cover for labour costs (E.g. [value]).

OC4IDS mapping

Contract level: Publish the amount and currency of the labor budget in .summary.social.laborBudget.

Proposal

Add a Value object, laborBudget to the new social object (see #403).

Add the following fields and objects:

Path Title Description Type (format) Codelist
social.laborBudget Labor budget The budget allocated in the contract for labor costs. Value object -

Example

{ 
 "contractingProcesses": [ 
   { 
 	"id": "1", 
 	"summary": { 
   	"social": { 
     	"laborBudget": { 
       	"amount": 10000000, 
       	"currency": "USD" 
     	} 
   	} 
 	} 
   } 
 ] 
} 

Discussion

  • Assuming that the use case for this data point is to do with making sure that labour costs are appropriate, it’s difficult to see what the value of this data point is without also knowing at least the number of person-hours the amount is supposed to cover. This need can be met through comparison or procurement and contract documents so this data point possibly isn’t needed.
  • Answer - Over time this data point will allow a comparison of the contracts where there is no labour budget specified vs. contracts where a labour budget exits. This will be very useful information to be assessed in combination with the following data point (health and safety – workers’ accidents). I see a value here from a policy perspective. From interviews some contractors do specify this in their contracts, labor in general covering e.g. PPE costs, overtime, salaries, accomodation. Not a common thing in the contracts. Want to emphasis where there is money protected for labor issues, not really about checking for if a contractor is paying their laborers well, or comparing across projects.

cc @EvelynDinora

@odscjen
Copy link
Contributor Author

odscjen commented Oct 31, 2023

@jpmckinney any thoughts or objections to this proposal?

@jpmckinney
Copy link
Member

Looks good!

@odscjen
Copy link
Contributor Author

odscjen commented Oct 31, 2023

Previously agreed this offline with CoST so moving to Agreed cc @EvelynDinora @mgraca-prado

@odscjen odscjen moved this from Under discussion to Agreed in OC4IDS 0.9.4 Oct 31, 2023
@odscjen odscjen self-assigned this Nov 16, 2023
@odscjen odscjen moved this from Agreed to In Progress in OC4IDS 0.9.4 Nov 16, 2023
@odscjen odscjen moved this from In Progress to Review in progress in OC4IDS 0.9.4 Nov 16, 2023
@github-project-automation github-project-automation bot moved this from Review in progress to Done in OC4IDS 0.9.4 Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants