modified model
This commit is contained in:
parent
4cfc0dcd45
commit
906bccce0e
2 changed files with 91 additions and 0 deletions
|
|
@ -206,3 +206,34 @@ models:
|
|||
- name: created_date_utc
|
||||
data_type: date
|
||||
description: "Date of creation of the verification in the system"
|
||||
- name: int_edeposit__verification_fees
|
||||
description:
|
||||
"This table shows all fee charges per verification for E-deposit.
|
||||
Cancellation fee is charged when the monthly rate of cancelled bookings over
|
||||
total booking of the partner surpasses the threshold (currently set at 0.05).
|
||||
Both cancellation and rejection fees are set to 0.25 though it might change"
|
||||
columns:
|
||||
- name: id_verification
|
||||
data_type: text
|
||||
description: "unique Superhog generated id for this verification"
|
||||
tests:
|
||||
- unique
|
||||
- not_null
|
||||
|
||||
- name: ok_status_fee
|
||||
data_type: numeric
|
||||
description: "fee charged for approved or flagged verifications"
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: rejected_fee
|
||||
data_type: numeric
|
||||
description: "fee charged for rejected verifications"
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: cancelled_fee
|
||||
data_type: numeric
|
||||
description: "fee charged for cancelled verifications"
|
||||
tests:
|
||||
- not_null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue