Flatten the rebalance curve
When Flexpool pays you out, the spread function considers the payment as balance earnings. Using non_negative_derivative instead to flatten the curve. Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
6fac493ba8
commit
9437cb47b5
1 changed files with 30 additions and 6 deletions
|
@ -53,7 +53,7 @@
|
||||||
"gnetId": null,
|
"gnetId": null,
|
||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"id": null,
|
"id": null,
|
||||||
"iteration": 1612714194726,
|
"iteration": 1612770291267,
|
||||||
"links": [],
|
"links": [],
|
||||||
"panels": [
|
"panels": [
|
||||||
{
|
{
|
||||||
|
@ -589,7 +589,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"params": [],
|
"params": [],
|
||||||
"type": "spread"
|
"type": "mean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"params": [
|
||||||
|
"1d"
|
||||||
|
],
|
||||||
|
"type": "non_negative_derivative"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"params": [
|
"params": [
|
||||||
|
@ -723,7 +729,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"params": [],
|
"params": [],
|
||||||
"type": "spread"
|
"type": "mean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"params": [
|
||||||
|
"1d"
|
||||||
|
],
|
||||||
|
"type": "non_negative_derivative"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"params": [
|
"params": [
|
||||||
|
@ -857,7 +869,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"params": [],
|
"params": [],
|
||||||
"type": "spread"
|
"type": "mean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"params": [
|
||||||
|
"31d"
|
||||||
|
],
|
||||||
|
"type": "non_negative_derivative"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"params": [
|
"params": [
|
||||||
|
@ -992,7 +1010,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"params": [],
|
"params": [],
|
||||||
"type": "spread"
|
"type": "mean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"params": [
|
||||||
|
"31d"
|
||||||
|
],
|
||||||
|
"type": "non_negative_derivative"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"params": [
|
"params": [
|
||||||
|
@ -3449,5 +3473,5 @@
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "Flexpool overview",
|
"title": "Flexpool overview",
|
||||||
"uid": "Q3JPASkgz",
|
"uid": "Q3JPASkgz",
|
||||||
"version": 6
|
"version": 8
|
||||||
}
|
}
|
Reference in a new issue