USDOL’s Findings on the Worst Forms of Child Labor, mandated by the Trade and Development Act of 2000 (TDA), focuses on the efforts of 135 U.S. trade beneficiary countries and territories to eliminate the worst forms of child labor through laws and regulations, enforcement, coordination, policies, and social programs.
+USDOL’s Findings on the Worst Forms of Child Labor, mandated by the Trade and Development Act of 2000 (TDA), focuses on the efforts of 131 U.S. trade beneficiary countries and territories to eliminate the worst forms of child labor through laws and regulations, enforcement, coordination, policies, and social programs.
Information was gathered for this report through desk research, U.S. embassy reporting, and limited field work. Information was also received from some foreign governments and collected from U.S. government-funded technical assistance and field research projects. ILAB did not use information that is unavailable to the public, such as government-classified information. ILAB used the criteria of nature, date, and source of information, as well as extent of corroboration, to determine what should be included. Each country in the report receives an assessment to indicate clearly the Secretary of Labor’s findings on each country’s level of advancement in efforts to eliminate the worst forms of child labor during the reporting period. Countries can receive one of five possible assessments: Significant Advancement, Moderate Advancement, Minimal Advancement, No Advancement, or No Assessment. In preparing the assessments, ILAB evaluated country efforts against criteria laid out in the TDA Conference Committee report. For more information, see the report Introduction.
The List of Goods Produced by Child Labor or Forced Labor, mandated by the Trafficking Victims Protection Reauthorization Act (TVPRA) of 2005, focuses on both children under 18 and adults, and includes 159 goods and 77 source countries and areas that ILAB has reason to believe are produced by child labor or forced labor in violation of international standards. ILAB’s mandate also requires the TVPRA List to include, to the extent practicable, goods that are produced with inputs that are produced with forced labor or child labor. To this end, the 2022 edition of the List of Goods includes ten goods from supply chain tracing that are produced in two countries. The List of Goods is intended to raise public awareness about child labor and forced labor around the world and to promote efforts to address them. A starting point for action, the List of Goods creates opportunities for ILAB to engage and assist foreign governments. It is also a valuable resource for researchers, advocacy organizations, and companies wishing to carry out risk assessments and engage in due diligence on labor rights in their supply chains.
+The List of Goods Produced by Child Labor or Forced Labor, mandated by the Trafficking Victims Protection Reauthorization Act (TVPRA) of 2005, focuses on both children under 18 and adults, and includes 159 goods and 77 source countries and areas that ILAB has reason to believe are produced by child labor or forced labor in violation of international standards. ILAB’s mandate also requires the TVPRA List to include, to the extent practicable, goods that are produced with inputs that are produced with forced labor or child labor. To this end, the 2022 edition of the List of Goods includes 10 goods from supply chain tracing that are produced in two countries. The List of Goods is intended to raise public awareness about child labor and forced labor around the world and to promote efforts to address them. A starting point for action, the List of Goods creates opportunities for ILAB to engage and assist foreign governments. It is also a valuable resource for researchers, advocacy organizations, and companies wishing to carry out risk assessments and engage in due diligence on labor rights in their supply chains.
ILAB used similar data collection methods to prepare the List of Goods as the Findings on the Worst Forms of Child Labor. ILAB used the following five criteria to determine whether there was “reason to believe” a particular good was being produced using child or forced labor in violation of international standards: nature, date, and source of information; extent of corroboration; and significant incidence of child labor or forced labor. For each good that was reviewed, ILAB evaluated each data source against each of the five criteria. In addition, for goods produced with inputs produced with child labor or forced labor, ILAB also analyzed evidence on production processes and supply chains. ILAB researchers applied the criteria consistently across goods and countries so that ultimate findings of “reason to believe” are consistent worldwide.
diff --git a/charts/AssesmentsPageViewController.swift b/charts/AssesmentsPageViewController.swift index fb27c33..64fdee5 100644 --- a/charts/AssesmentsPageViewController.swift +++ b/charts/AssesmentsPageViewController.swift @@ -90,7 +90,7 @@ class AssesmentsPageViewController: UIPageViewController { if screenType == .assesmentLevelByRegion { self.title = "Assesment Level By Region" } else if screenType == .newDVASCountries { - self.title = "Labor Inspector Meet ILO by Region" + self.title = "ILO Rec for Labor Inspectors Met" } // Navigation bar color @@ -143,7 +143,7 @@ class AssesmentsPageViewController: UIPageViewController { let chartDetails = AssesmentPageDetails(name: key, mainTitle: "Advancement Level for \(key)", index: index, chartData: chartSegments) advancementsArr.append(chartDetails) } else if screenType == .newDVASCountries { - let chartDetails = AssesmentPageDetails(name: key, mainTitle: "Assessment Level for \(key)", index: index, chartData: chartSegments) + let chartDetails = AssesmentPageDetails(name: key, mainTitle: "ILO Rec for Labor Inspectors Met - \(key)", index: index, chartData: chartSegments) advancementsArr.append(chartDetails) } diff --git a/charts/DataVisualizationTableViewController.swift b/charts/DataVisualizationTableViewController.swift index 36fb1da..3146df0 100644 --- a/charts/DataVisualizationTableViewController.swift +++ b/charts/DataVisualizationTableViewController.swift @@ -7,7 +7,7 @@ enum ChartTypes: String, CaseIterable { case goodsBySector = "Goods By Sector" //case goodsByRegion = "Goods By Region" case assesmentLevelByRegion = "Assesment Level By Region" - case newDVAsCountries = "Labor Inspector Meet ILO by Region" + case newDVAsCountries = "ILO Rec for Labor Inspectors Met" } class DataVisualizationTableViewController: UITableViewController {