This is finansportalen.no calculation library of effective interest rate:
- https://www.finansportalen.no/bank/boliglan
- https://www.finansportalen.no/bank/kredittkort
- https://www.finansportalen.no/bank/forbrukslan
For any questions related this code contact Finansportalen https://www.finansportalen.no/andre-valg/kontaktskjema
The library is hosted on the maven central repository https://search.maven.org/search?q=a:free-loan
To include the library to your Maven project. Add a dependency:
<dependency>
<groupId>no.finansportalen</groupId>
<artifactId>free-loan</artifactId>
<version>1.0.0</version>
</dependency>