Releases: HTTP-APIs/creditrisk-poc
Releases · HTTP-APIs/creditrisk-poc
GSoC'2021_phase1
This is the release for the work done in Google Summer of code 2021 phase-1.
Release consist of working creditrisk-poc with the following features:
- Functionally (CRUD) working creditrisk API.
- Three classes Borrower, Loan, & Collateral.
- All the classes are linked to each other with Foreign keys.
- Table attributes in the database are of property types (xsd:range).
- ApiDoc generation via owl ontology is Automated.
- Tests added for creditrisk API.
- Repository Updated & restructured.