Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi committed Jan 30, 2025
1 parent 7bb9dd0 commit 56f6deb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ models:
project: balancer_v2
contributors: viniabussafi
config:
tags: ['arbitrum', 'protocol', 'fees']
tags: ['arbitrum', 'revenue', 'fees']
description: >
Daily Protocol Fee collected and Treasury Revenue by pool on Balancer, an automated portfolio manager and trading platform.
Daily Protocol Fee collected and Revenue by pool on Balancer, an automated portfolio manager and trading platform.
data_tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
Expand Down Expand Up @@ -37,7 +37,10 @@ models:
description: "Blockchain"
- &pool_type
name: pool_type
description: "Pool attributes, determined by the pool's factory"
description: "Pool attributes, determined by the pool's factory"
- &fee_type
name: fee_type
description: "Labels whether fee comes from swaps or yield for V3. V2 fees are labeled as 'v2'."
- &token_address
name: token_address
description: "Contract address of the token in which protocol fees were collected"
Expand All @@ -57,12 +60,12 @@ models:
name: treasury_share
description: "Share of total fee that is directed to Balancer DAO's treasury, as per BIPs 19, 161 and 371"
- &treasury_fee_usd
name: treasury_fee_usd
name: treasury_revenue_usd
description: "USD value of fee directed to Balancer DAO's treasury"
- &lp_fee_collected_usd
name: lp_fee_collected_usd
description: "USD value of the fee returned to liquidity providers"
description: "USD value of the fee returned to liquidity providers"

- name: balancer_v3_arbitrum_protocol_fee
meta:
blockchain: arbitrum
Expand Down Expand Up @@ -95,4 +98,4 @@ models:
- *protocol_fee_collected_usd
- *treasury_share
- *treasury_fee_usd
- *lp_fee_collected_usd
- *lp_fee_collected_usd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ models:
description: "Blockchain"
- &pool_type
name: pool_type
description: "Pool attributes, determined by the pool's factory"
description: "Pool attributes, determined by the pool's factory"
- &fee_type
name: fee_type
description: "Labels whether fee comes from swaps or yield for V3. V2 fees are labeled as 'v2'."
- &token_address
name: token_address
description: "Contract address of the token in which protocol fees were collected"
Expand All @@ -56,7 +59,7 @@ models:
- &treasury_share
name: treasury_share
description: "Share of total fee that is directed to Balancer DAO's treasury, as per BIPs 19, 161 and 371"
- &treasury_revenue_usd
- &treasury_fee_usd
name: treasury_revenue_usd
description: "USD value of fee directed to Balancer DAO's treasury"
- &lp_fee_collected_usd
Expand Down Expand Up @@ -95,4 +98,4 @@ models:
- *protocol_fee_collected_usd
- *treasury_share
- *treasury_fee_usd
- *lp_fee_collected_usd
- *lp_fee_collected_usd

0 comments on commit 56f6deb

Please sign in to comment.