The Individual Calculations API allows a developer to:
- trigger a self-assessment tax calculation
- list all their self-assessment tax calculations for a tax year
- retrieve their self-assessment tax calculation result using multiple endpoints
- Scala 2.13.x
- Java 11
- sbt 1.7.x
- Service Manager V2
Run the microservice from the console using: sbt run
(starts on port 9767 by default)
Start the service manager profile: sm --start MTDFB_CALC
Run unit tests: sbt test
Run integration tests: sbt it:test
To view documentation locally ensure the Individual Calculations API is running, and run api-documentation-frontend:
./run_local_with_dependencies.sh
Then go to http://localhost:9680/api-documentation/docs/openapi/preview and use the appropriate port and version:
http://localhost:9767/api/conf/2.0/application.yaml
You can see our changelog here
You can create a GitHub issue here
Available on the HMRC Developer Hub
This code is open source software licensed under the Apache 2.0 License