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

[jira] [Updated] (FINERACT-1559) New response parameters required for Loan creation response/retrieve loan information API

     [ https://issues.apache.org/jira/browse/FINERACT-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ed Cable updated FINERACT-1559:
-------------------------------
    Description: 
For the following API,

GET: _[https://DomainName/fineract-provider/api/v1/loans/\|https://domainname/fineract-provider/api/v1/loans/]{loanId}?associations=all&exclude=guarantors,futureSchedule_

The loan creation response and retrieve loan information requires the following additional parameters to be returned: 

 
|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|

 

  was:
For the following API,

 

GET: _https://DomainName/fineract-provider/api/v1/loans/\{loanId}?associations=all&exclude=guarantors,futureSchedule_ 

The loan creation response and retrieve loan information requires the following additional parameters to be returned: 

 
|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|

 


> New response parameters required for Loan creation response/retrieve loan information API 
> ------------------------------------------------------------------------------------------
>
>                 Key: FINERACT-1559
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1559
>             Project: Apache Fineract
>          Issue Type: Improvement
>    Affects Versions: 1.6.0
>            Reporter: Ed Cable
>            Priority: Major
>             Fix For: 1.7.0
>
>
> For the following API,
> GET: _[https://DomainName/fineract-provider/api/v1/loans/\|https://domainname/fineract-provider/api/v1/loans/]{loanId}?associations=all&exclude=guarantors,futureSchedule_
> The loan creation response and retrieve loan information requires the following additional parameters to be returned: 
>  
> |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.1#820001)