You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "ibrahim kimbugwe (Jira)" <ji...@apache.org> on 2022/08/19 19:14:00 UTC

[jira] [Commented] (FINERACT-1560) Enhance Retrieve loan information by Client ID API for new required response parameters

    [ https://issues.apache.org/jira/browse/FINERACT-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581995#comment-17581995 ] 

ibrahim kimbugwe commented on FINERACT-1560:
--------------------------------------------

I think this needs attention as this modification will go ahead to show the number of days in arrears on the customer loan profile. This is to justify the red colour of the loan status indicator. 

[~francisguchie], [~eroemma]  & [~rrpawar] kindly comment if this is what we were looking for and we see if we can take this on.

 

Thank you

> Enhance Retrieve loan information by Client ID API for new required response parameters
> ---------------------------------------------------------------------------------------
>
>                 Key: FINERACT-1560
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1560
>             Project: Apache Fineract
>          Issue Type: Improvement
>          Components: Loan
>    Affects Versions: 1.6.0
>            Reporter: Ed Cable
>            Priority: Major
>             Fix For: 1.8.0
>
>
> For retrieving the loan information for a client, we need to enhance the following API with additonal parameters outlined below. 
> +GET:+ _https://DomainName/api/v1/loans/template?templateType=individual&clientId=1&productId=1_
>  
> |New Parameter|Value/Amount|
> |available_disbursement_amount|It is the difference of approved amount and disbursed amount|
> |past_due_days|No of days the loan is overdue,current date - duedate|
> |next_payment_due_date|Based on the current date, need to populate the next payment due date|
> |delinquent_days|No of days the loan is in arrears, current date - duedate-grace period|
> |delinquent_date|Date the loan is in arrears, current date - duedate-grace period|
> |delinquent_amount|amount overdue after the grace period|
> |last_payment_date|last repayment made date on the loan|
> |last_payment_amount|last repayment amount made date on the loan|
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)