# LoanPatch ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **currency** | **str** | Loan currency | **side** | **str** | Loan side. Possible values are `lend` and `borrow`. For `LoanRecord` patching, only `lend` is supported | **auto_renew** | **bool** | Auto renew | **currency_pair** | **str** | Currency pair. Required if borrowing | [optional] **loan_id** | **str** | Loan ID. Required for `LoanRecord` patching | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)