inntekt-skatt
Installation
SKILL.md
Inntekt og Skatt Skill
Expert knowledge of income data (Inntektskomponenten) and tax event (skattehendelser) integrations.
Quick Reference
Key Components
| Component | Location | Purpose |
|---|---|---|
InntektService |
integrasjon/src/main/kotlin/.../inntekt/ |
Fetches income data from Inntektskomponenten |
InntektClient |
integrasjon/src/main/kotlin/.../inntekt/ |
WebClient REST client for Inntektskomponenten API (POST /hentinntektliste) |
InntektClientConfig |
integrasjon/src/main/kotlin/.../inntekt/ |
Configures the inntektClient bean (base URL, Azure auth filter) |
InntektKonverter |
integrasjon/src/main/kotlin/.../inntekt/ |
Converts API response to domain model |
SkattehendelserConsumer |
service/src/main/kotlin/.../aarsavregning/ |
Kafka consumer for tax events |
ÅrsavregningService |
service/src/main/kotlin/.../aarsavregning/ |
Annual reconciliation processing |