# MyInvestmentsRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **loan_issued_date_from** | **String** | Loan issued start date from | [optional] [default to null] **loan_issued_date_to** | **String** | Loan issued start date to | [optional] [default to null] **principal_min** | **f64** | Remaining principal amount min | [optional] [default to null] **principal_max** | **f64** | Remaining principal amount max | [optional] [default to null] **interest_min** | **f64** | Interest rate min | [optional] [default to null] **interest_max** | **f64** | Interest rate max | [optional] [default to null] **length_max** | **i32** | Loan lenght min | [optional] [default to null] **length_min** | **i32** | Loan lenght max | [optional] [default to null] **late_principal_amount_min** | **f64** | Principal debt amount min | [optional] [default to null] **late_principal_amount_max** | **f64** | Principal debt amount max | [optional] [default to null] **debt_occured_on_from** | **String** | Principal debt started date from | [optional] [default to null] **debt_occured_on_to** | **String** | Principal debt started date to | [optional] [default to null] **debt_occured_on_for_secondary_from** | **String** | Interest debt started date from | [optional] [default to null] **debt_occured_on_for_secondary_to** | **String** | Interest debt started date to | [optional] [default to null] **defaulted_date_from** | **String** | Defaulted date from | [optional] [default to null] **defaulted_date_to** | **String** | Defaulted date to | [optional] [default to null] **rescheduled_from** | **String** | Defaulted date from | [optional] [default to null] **rescheduled_to** | **String** | Defaulted date to | [optional] [default to null] **sold_date_from** | **String** | When it was sold on Secondary market from | [optional] [default to null] **sold_date_to** | **String** | When it was sold on Secondary market to | [optional] [default to null] **purchase_date_from** | **String** | When you received the investment Auctions/Secondary market from | [optional] [default to null] **purchase_date_to** | **String** | When you received the investment Auctions/Secondary market to | [optional] [default to null] **next_payment_date_to** | **String** | Next payment date to | [optional] [default to null] **next_payment_date_from** | **String** | Next payment date from | [optional] [default to null] **last_payment_date_from** | **String** | Last payment date from | [optional] [default to null] **last_payment_date_to** | **String** | Last payment date to | [optional] [default to null] **countries** | **Vec** | Two letter iso code for country of origin: EE, ES, FI | [optional] [default to null] **ratings** | **Vec** | Bondora's rating: AA, A, B, C, D, E, F, HR | [optional] [default to null] **credit_score_min** | **i32** | Minimum credit score | [optional] [default to null] **credit_score_max** | **i32** | Maximum credit score | [optional] [default to null] **user_name** | **String** | Borrower's username | [optional] [default to null] **loan_status_code** | **Vec** | 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] **income_verification_status** | **i32** | Income verification type | [optional] [default to null] **loan_debt_management_stage** | **i32** | Latest debt management stage | [optional] [default to null] **loan_debt_management_stage_type** | **i32** | Latest debt management stage type | [optional] [default to null] **loan_debt_management_date_active_from** | **String** | Latest debt management date active from | [optional] [default to null] **loan_debt_management_date_active_to** | **String** | Latest debt management date active to | [optional] [default to null] **auction_bid_type** | **i32** | Auction bid type | [optional] [default to null] **sales_status** | **i32** | Second market sale status <para>NULL All active</para><para>0 Bought investments</para><para>1 Sold investments</para><para>2 Investment is on sale</para><para>3 Investment is not on sale</para> | [optional] [default to null] **is_in_repayment** | **bool** | Search only active in repayment loans, StatusCodes (2, 5, 100) | [optional] [default to null] **page_size** | **i32** | Max items in result, up to 50000 | [optional] [default to null] **page_nr** | **i32** | Result page nr | [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)