Skip to content

Commit 05127c5

Browse files
committed
Endring basert på PR
1 parent f2c67a9 commit 05127c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/kotlin/no/nav/pensjon/kalkulator/simulering/client/simulator/dto/SimulatorPersonligSimuleringResult.kt

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ data class SimulatorPersonligMaanedsbeloep(
4343

4444
data class SimulatorPre2025OffentligAfp(
4545
val alderAar: Int,
46-
val totalbelopAfp: Int,
46+
val totaltAfpBeloep: Int,
4747
val tidligereArbeidsinntekt: Int,
48-
val grunnbelop: Int,
48+
val grunnbeloep: Int,
4949
val sluttpoengtall: Double,
5050
val trygdetid: Int,
51-
val poeangaarFoer92: Int,
52-
val poeangaarEtter91: Int,
51+
val poengaarTom1991: Int,
52+
val poengaarFom1992: Int,
5353
val grunnpensjon: Int,
5454
val tilleggspensjon: Int,
5555
val afpTillegg: Int,
56-
val sertillegg: Int
56+
val saertillegg: Int
5757
)
5858

5959
data class SimulatorPersonligPrivatAfp(

0 commit comments

Comments
 (0)