-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PL-6584: Nye felt i GjtAP k19 og k20. GjtAP har fått formler.
- Loading branch information
1 parent
a441005
commit 1ed3d7c
Showing
4 changed files
with
48 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/no/nav/pensjon/regler/domain/enum/GjenlevendetilleggAPkap19Enum.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package no.nav.pensjon.regler.domain.enum | ||
|
||
enum class GjenlevendetilleggAPkap19Enum { INGEN, REFERANSEBELØP, VIDEREFØR } |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/no/nav/pensjon/regler/domain/enum/GjenlevendetilleggAPkap20Enum.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package no.nav.pensjon.regler.domain.enum | ||
|
||
enum class GjenlevendetilleggAPkap20Enum { INGEN, FØR2024, REFERANSEBELØP, VIDEREFØR, NEDJUSTER } |