# QuoteLoanCloseResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **inbound_address** | Option<**String**> | the inbound address for the transaction on the source chain | [optional] **inbound_confirmation_blocks** | Option<**i64**> | the approximate number of source chain blocks required before processing | [optional] **inbound_confirmation_seconds** | Option<**i64**> | the approximate seconds for block confirmations required before processing | [optional] **outbound_delay_blocks** | **i64** | the number of thorchain blocks the outbound will be delayed | **outbound_delay_seconds** | **i64** | the approximate seconds for the outbound delay before it will be sent | **fees** | [**crate::models::QuoteFees**](QuoteFees.md) | | **router** | Option<**String**> | the EVM chain router contract address | [optional] **expiry** | **i64** | expiration timestamp in unix seconds | **warning** | **String** | static warning message | **notes** | **String** | chain specific quote notes | **dust_threshold** | Option<**String**> | Defines the minimum transaction size for the chain in base units (sats, wei, uatom). Transactions with asset amounts lower than the dust_threshold are ignored. | [optional] **recommended_min_amount_in** | Option<**String**> | The recommended minimum inbound amount for this transaction type & inbound asset. Sending less than this amount could result in failed refunds. | [optional] **recommended_gas_rate** | Option<**String**> | the recommended gas rate to use for the inbound to ensure timely confirmation | [optional] **gas_rate_units** | Option<**String**> | the units of the recommended gas rate | [optional] **memo** | **String** | generated memo for the loan close | **expected_amount_out** | **String** | the amount of collateral asset the user can expect to receive after fees in 1e8 decimals | **expected_amount_in** | **String** | The quantity of the repayment asset to be sent by the user, calculated as the desired percentage of the loan's value, expressed in units of 1e8 | **expected_collateral_withdrawn** | **String** | the expected amount of collateral decrease on the loan | **expected_debt_repaid** | **String** | the expected amount of TOR debt decrease on the loan | **streaming_swap_blocks** | **i64** | The number of blocks involved in the streaming swaps during the repayment process. | **streaming_swap_seconds** | **i64** | The approximate number of seconds taken by the streaming swaps involved in the repayment process. | **total_repay_seconds** | **i64** | The total expected duration for a repayment, measured in seconds, which includes the time for inbound confirmation, the duration of streaming swaps, and any outbound delays. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)