# LoanPartDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **initial_interest** | **f64** | Initial interest rate | [optional] [default to null] **rescheduled_interest** | **f64** | Interest rate after the loan was rescheduled | [optional] [default to null] **write_off_total** | **f64** | Write off total | [optional] [default to null] **debt_servicing_cost_total** | **f64** | Debt servicing cost total | [optional] [default to null] **repaid_principal_current_owner** | **f64** | Total principal repaid amount to current note owner | [optional] [default to null] **repaid_interests_current_owner** | **f64** | Total interest repaid amount to current note owner | [optional] [default to null] **late_charges_paid_current_owner** | **f64** | Late charges paid amount to current note owner | [optional] [default to null] **repaid_total_current_owner** | **f64** | Total repaid amount to current note owner | [optional] [default to null] **total_repaid** | **f64** | Total repaid amount | [optional] [default to null] **debt_managment_events** | [**Vec**](DebtManagementEvent.md) | Debt managment event collection | [optional] [default to null] **loan_transfers** | [**Vec**](LoanTransfer.md) | Collection of all loan payments | [optional] [default to null] **scheduled_payments** | [**Vec**](ScheduledPayment.md) | Collection of all loan scheduled payments. Contains previous period values before rescheduling was made | [optional] [default to null] **loan_id** | **String** | Loan unique identifier | [optional] [default to null] **loan_duration** | **i32** | Loan original lenght | [optional] [default to null] **credit_score_es_micro_l** | **String** | A score that is specifically designed for risk classifying subprime borrowers (defined by Equifax as borrowers that do not have access to bank loans). A measure of the probability of default one month ahead. <para>The score is given on a 10-grade scale, from the best score to the worst:</para><para>M1, M2, M3, M4, M5, M6, M7, M8, M9, M10</para> | [optional] [default to null] **credit_score_es_equifax_risk** | **String** | Generic score for the loan applicants that do not have active past due operations in ASNEF. A measure of the probability of default one year ahead. The score is given on a 6-grade scale. <para>AAA Very low</para><para>AA Low</para><para>A Average</para><para>B Average High</para><para>C High</para><para>D Very High</para> | [optional] [default to null] **credit_score_fi_asiakas_tieto_risk_grade** | **String** | Credit Scoring model for Finnish Asiakastieto <para>RL1 Very low risk 01-20</para><para>RL2 Low risk 21-40</para><para>RL3 Average risk 41-60</para><para>RL4 Big risk 61-80</para><para>RL5 Huge risk 81-100</para> | [optional] [default to null] **credit_score_ee_mini** | **String** | Credit scoring for Estonian loans <para>1000 No previous payments problems</para><para>900 Payments problems finished 24-36 months ago</para><para>800 Payments problems finished 12-24 months ago</para><para>700 Payments problems finished 6-12 months ago</para><para>600 Payment problems finished &lt;6 months ago</para><para>500 Active payment problems</para> | [optional] [default to null] **loan_part_id** | **String** | LoanPart unique identifier | [optional] [default to null] **amount** | **f64** | Investment amount | [optional] [default to null] **auction_id** | **String** | Auction unique identifier | [optional] [default to null] **auction_name** | **String** | Auction name | [optional] [default to null] **auction_number** | **i32** | Auction number | [optional] [default to null] **auction_bid_number** | **i32** | Auction bid number | [optional] [default to null] **investment_number** | **String** | Auction number + Auction bid number combined | [optional] [default to null] **country** | **String** | Residency of the borrower | [optional] [default to null] **credit_score** | **f64** | <para> 1000 No previous payments problems</para> <para> 900 Payments problems finished 24-36 months ago</para> <para> 800 Payments problems finished 12-24 months ago</para> <para> 700 Payments problems finished 6-12 months ago</para> <para> 600 Payment problems finished &lt;6 months ago</para> <para> 500 Active payment problems</para> | [optional] [default to null] **rating** | **String** | Bondora Rating issued by the Rating model | [optional] [default to null] **interest** | **f64** | Current interest rate | [optional] [default to null] **use_of_loan** | **i32** | Use of loan | [optional] [default to null] **income_verification_status** | **i32** | Income verification type | [optional] [default to null] **loan_status_code** | **i32** | Loan status code <para>0 Reserved</para><para>2 Current</para><para>3 Cancelled</para><para>100 Overdue</para><para>5 60+ days overdue</para><para>4 Repaid</para><para>8 Released</para> | [optional] [default to null] **user_name** | **String** | Borrower's username | [optional] [default to null] **gender** | **i32** | Borrower's Gender | [optional] [default to null] **date_of_birth** | **String** | Borrower's date of birth | [optional] [default to null] **signed_date** | **String** | Loan issued date | [optional] [default to null] **re_scheduled_on** | **String** | Last rescheduling date | [optional] [default to null] **debt_occured_on** | **String** | Date and time when the principal part of the payment is overdue (PrincipalLateAmount is greater than zero). | [optional] [default to null] **debt_occured_on_for_secondary** | **String** | Date and time when loan part payment is overdue (principal, interest or penalty) aka when the dept occured for the loan part (LateAmountTotal is greater than zero). | [optional] [default to null] **next_payment_nr** | **i32** | Next scheduled payment number | [optional] [default to null] **next_payment_date** | **String** | Next scheduled payment date | [optional] [default to null] **next_payment_sum** | **f64** | Next scheduled payment amount | [optional] [default to null] **nr_of_scheduled_payments** | **i32** | Total number of scheduled payments | [optional] [default to null] **last_payment_date** | **String** | Last payment date | [optional] [default to null] **principal_repaid** | **f64** | Total principal repaid amount | [optional] [default to null] **interest_repaid** | **f64** | Total interest repaid amount | [optional] [default to null] **late_amount_paid** | **f64** | Total late charges paid amount | [optional] [default to null] **principal_remaining** | **f64** | Remaining principal amount | [optional] [default to null] **principal_late_amount** | **f64** | Principal debt amount | [optional] [default to null] **interest_late_amount** | **f64** | Interest debt amount | [optional] [default to null] **penalty_late_amount** | **f64** | Late charges debt amount | [optional] [default to null] **late_amount_total** | **f64** | Late amount total | [optional] [default to null] **principal_write_off_amount** | **f64** | Total amount of principal written off | [optional] [default to null] **interest_write_off_amount** | **f64** | Total amount of interest written off | [optional] [default to null] **penalty_write_off_amount** | **f64** | Total amount of penalty written off | [optional] [default to null] **debt_servicing_cost_main_amount** | **f64** | Total amount of principal debt servicing cost | [optional] [default to null] **debt_servicing_cost_interest_amount** | **f64** | Total amount of interest debt servicing cost | [optional] [default to null] **debt_servicing_cost_penalty_amount** | **f64** | Total amount of penalty debt servicing cost | [optional] [default to null] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)