Overview of Work Accident Risk Codes and Rates

The Work Accident Risk Code and Rates come from the French administration (CARSAT) via a CRM 34 file.

At the beginning of every year, they are published by CARSAT on the net enterprise portal. The goal of the Work Accident Risk Code and Rates loader is to update the risk codes and rates on the TRU Statutory Deductions Card - Work Accident Component and onto the Employee Statutory Deductions Card - Work Accident Component.

Prerequisites

The Reporting establishment (TRU) and associated TRU Statutory deductions calculation card should be created before attempting to load work accident risk codes and rates.

Let's see an example, where we will attempt to load the below CRM 34 file into the Reporting Establishment/TRU: ZHRX-FR-V-TRU20101.

Some existing work accident risk codes and rates are attached to this TRU Statutory deductions card. Two risk codes are associated to this TRU: 123AD and 602MD. By selecting a work accident calculation component (e.g. 602MD) and looking at the component details, we can see whether the risk code is the primary risk code for his reporting establishment.
Note: Only one risk code can be made primary for a given reporting establishment
By selecting the Enterable Calculation values on Calculation Cards tab, we can see the rate associated to the risk code

Sample of Work Accident Risk Codes and Rates File

The CRM 34 file is an XML file:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<gipmds:rapport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gipmds="http://www.gip-mds.fr/" type="34" profil="DSN" version="v02r02" xsi:schemaLocation="http://www.gip-mds.fr/ dsn_bilans_v02r02.xsd">
    <envoi>
        <envoi_identification>
            <idflux>WSPkzH.Km3Rl7AFxrSYT9ie</idflux>
            <emetteur_siret>11111111111111</emetteur_siret>
        </envoi_identification>
        <envoi_bilan>
            <envoi_etat>OK</envoi_etat>
        </envoi_bilan>
    </envoi>
    <declaration>
        <declaration_identification>
            <rang>1</rang>
            <SIREN>665778316</SIREN>
            <nic_affectation>0018</nic_affectation>
        </declaration_identification>
        <declaration_bilan>
            <etat>OK</etat>
        </declaration_bilan>
    </declaration>
    <communication>
		<information_collective type="atmp">
            <calcul date_calcul="2023-02-24T11:38:48">
                <information>
                    <donnees_clefs>
                        <rubriques>
                            <rubrique_string name="section">01</rubrique_string>
                            <rubrique_date name="dateDebutEffet">2024-11-01</rubrique_date>
                        </rubriques>
                    </donnees_clefs>
                    <donnees_paie>
                        <taux part="patronale">0.85</taux>
                    </donnees_paie>
                    <donnees_declaration>
                        <rubriques>
                            <rubrique_string name="codeCtn">CC</rubrique_string>
                            <rubrique_string name="codeRisque">Risk1</rubrique_string>
                            <rubrique_string name="temoinBureau"> </rubrique_string>
                        </rubriques>
                    </donnees_declaration>
                </information>
            </calcul>
        </information_collective>
		<information_collective type="atmp">
            <calcul date_calcul="2023-02-24T11:38:48">
                <information>
                    <donnees_clefs>
                        <rubriques>
                            <rubrique_string name="section">01</rubrique_string>
                            <rubrique_date name="dateDebutEffet">2024-11-01</rubrique_date>
                        </rubriques>
                    </donnees_clefs>
                    <donnees_paie>
                        <taux part="patronale">1.5</taux>
                    </donnees_paie>
                    <donnees_declaration>
                        <rubriques>
                            <rubrique_string name="codeCtn">CC</rubrique_string>
                            <rubrique_string name="codeRisque">Risk2</rubrique_string>
                            <rubrique_string name="temoinBureau"> </rubrique_string>
                        </rubriques>
                    </donnees_declaration>
                </information>
            </calcul>
        </information_collective>
    </communication>
</gipmds:rapport>