# QuoteLoanOpenResponse ## 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** | **String** | the recommended gas rate to use for the inbound to ensure timely confirmation | **gas_rate_units** | **String** | the units of the recommended gas rate | **memo** | Option<**String**> | generated memo for the loan open | [optional] **expected_amount_out** | **String** | the amount of the target asset the user can expect to receive after fees in 1e8 decimals | **expected_collateralization_ratio** | **String** | the expected collateralization ratio in basis points | **expected_collateral_deposited** | **String** | the expected amount of collateral increase on the loan | **expected_debt_issued** | **String** | the expected amount of TOR debt increase on the loan | **streaming_swap_blocks** | **i64** | The number of blocks involved in the streaming swaps during the open loan process. | **streaming_swap_seconds** | **i64** | The approximate number of seconds taken by the streaming swaps involved in the open loan process. | **total_open_loan_seconds** | **i64** | The total expected duration for a open loan, 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)