This service provides end users with a mechanism for residents to calculate their capital gains tax for shares.
This service is written in Scala and Play, so needs at least a JRE to run.
This code is open source software licensed under the Apache 2.0 License
To run the microservices locally start the dependent microservices using service manager
sm --start CGT_ALL -r
sm --stop CGT_CALC_RES_SHARES_FRONTEND
Then from the root directory execute
sbt "run 9704"