fixed variable definitions and added comments for currency-less fees
This commit is contained in:
parent
be59ab258a
commit
189e77dd76
2 changed files with 36 additions and 20 deletions
|
|
@ -2979,17 +2979,20 @@ models:
|
|||
|
||||
- name: sum_cancelled_fee
|
||||
data_type: numeric
|
||||
description: "sum of fees charged for cancelled bookings"
|
||||
description: "sum of fees charged for cancelled bookings
|
||||
(currency-less)"
|
||||
|
||||
- name: ok_status_fee_sum
|
||||
- name: sum_ok_status_fee
|
||||
data_type: double precision
|
||||
description: |
|
||||
"sum of fees charged for bookings with status 'Approved' or 'Flagged'"
|
||||
"sum of fees charged for bookings with status 'Approved' or 'Flagged'
|
||||
(currency-less)"
|
||||
|
||||
- name: rejected_fee_sum
|
||||
- name: sum_rejected_fee
|
||||
data_type: numeric
|
||||
description: "sum of fees charged for rejected bookings"
|
||||
description: "sum of fees charged for rejected bookings
|
||||
(currency-less)"
|
||||
|
||||
- name: total_revenue
|
||||
data_type: double precision
|
||||
description: "total sum of fees charged"
|
||||
description: "total sum of fees charged (currency-less)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue