Skip to content

Commit

Permalink
PP ferietillegg (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored Jun 5, 2024
1 parent 8988199 commit 73b031c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ public enum KodeKlassifik {
PP_FERIEPENGER_REFUSJON_AG("PPREFAGFER-IOP"),
PP_FERIEPENGER_BRUKER("PPATFER"),

//Pleiepenger ferietillegg (gjelder både pleiepenger sykt barn og pleiepenger i livets sluttfase)
PP_FERIETILLEGG_BRUKER("PPALFERTILL"),
PP_FERIETILLEGG_REFUSJON_AG("PPALFERTILL-IOP"),

//Omsorgspenger
OMP_ARBEDISTAKER("OMATORD"), // OM (omsorgspenger), AT - arbeidstaker, ORD - ordinær
OMP_FRILANSER("OMATFRI"),
Expand All @@ -105,6 +109,8 @@ public enum KodeKlassifik {
OLP_REFUSJON_AG("OPPREFAG-IOP"), //OPP (opplæringspenger), REFAG - arbeidsgiver
OLP_FERIEPENGER_REFUSJON_AG("OPPREFAGFER-IOP"),
OLP_FERIEPENGER_BRUKER("OPPATFER"),
OLP_FERIETILLEGG_BRUKER("OPALFERTILL"),
OLP_FERIETILLEGG_REFUSJON_AG("OPALFERTILL-IOP"),

//kompenasasjon for koronatiltak for Selvstendig næringsdrivende og Frilansere (Anmodning 10)
FRISINN_FRILANS("FRISINN-FRILANS"),
Expand Down

0 comments on commit 73b031c

Please sign in to comment.