with int_edeposit__verification_fees as ( select * from {{ ref("int_edeposit__verification_fees") }} ) select vf.id_verification as id_verification, vf.id_booking as id_booking, vf.id_user_partner as id_user_partner, vf.id_deal as id_deal, vf.id_accommodation as id_accommodation, vf.listing_town as listing_town, vf.listing_country as listing_country, vf.verification_status as verification_status, vf.channel as channel, vf.company_name as company_name, vf.is_cancelled as is_cancelled, vf.currency as currency, vf.nightly_fee_local as nightly_fee_local, vf.number_nights as number_nights, vf.ok_status_fee_in_txn_currency as ok_status_fee_in_txn_currency, vf.ok_status_fee_in_gbp as ok_status_fee_in_gbp, vf.rejected_fee_in_txn_currency as rejected_fee_in_txn_currency, vf.rejected_fee_in_gbp as rejected_fee_in_gbp, vf.cancelled_fee_in_gbp as cancelled_fee_in_gbp, vf.cancelled_fee_in_txn_currency as cancelled_fee_in_txn_currency, vf.created_date_utc as created_date_utc, vf.cancelled_date_utc as cancelled_date_utc, vf.checkin_date_utc as checkin_date_utc, vf.checkout_date_utc as checkout_date_utc from int_edeposit__verification_fees vf