# SecondMarketRequest
## Properties
**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]
**has_debt** | **bool** | Is overdue | [optional] [default to null]
**loan_status_code** | **Vec<i32>** | Loan status code <para>2 Current</para><para>100 Overdue</para><para>5 60+ days overdue</para> | [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]
**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]
**price_min** | **f64** | Price amount min | [optional] [default to null]
**price_max** | **f64** | Price amount max | [optional] [default to null]
**use_of_loan** | **i32** | Use of loan | [optional] [default to null]
**has_new_schedule** | **bool** | Has been rescheduled | [optional] [default to null]
**countries** | **Vec<String>** | Two letter iso code for country of origin: EE, ES, FI | [optional] [default to null]
**ratings** | **Vec<String>** | 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]
**gender** | **i32** | Borrower's gender: Male 0, Female 1, Unknown 2 | [optional] [default to null]
**age_min** | **i32** | Minimal age | [optional] [default to null]
**age_max** | **i32** | Maximum age | [optional] [default to null]
**income_verification_status** | **i32** | Income verification type | [optional] [default to null]
**show_my_items** | **bool** | Can find your own items from market: Value Null = ALL, True = only your items, False = other user items | [optional] [default to null]
**auction_id** | **String** | Can find specific auction from market | [optional] [default to null]
**listed_on_date_from** | **String** | Date when item was published from | [optional] [default to null]
**listed_on_date_to** | **String** | Date when item was published to | [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** | Rescheduled date from | [optional] [default to null]
**rescheduled_to** | **String** | Rescheduled date to | [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]
**next_payment_date_from** | **String** | Next payment date from | [optional] [default to null]
**next_payment_date_to** | **String** | Next payment date to | [optional] [default to null]
**desired_discount_rate_min** | **f64** | Minimal DesiredDiscountRate | [optional] [default to null]
**desired_discount_rate_max** | **f64** | Maximal DesiredDiscountRate | [optional] [default to null]
**xirr_min** | **f64** | Minimal Xirr | [optional] [default to null]
**xirr_max** | **f64** | Maximal Xirr | [optional] [default to null]
**page_size** | **i32** | Max items in result, up to 100000 | [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)