add fixed growth for bpis
parent
9384098578
commit
8a0b42ee77
|
|
@ -68,6 +68,11 @@
|
||||||
<input name="prediction" type="text" value="contributions=&prediction=interest=AssetAccount:Cash \$ 0.02"/>
|
<input name="prediction" type="text" value="contributions=&prediction=interest=AssetAccount:Cash \$ 0.02"/>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
<span>
|
||||||
|
<label for="predictFixedGrowth">predictFixedGrowth</label>
|
||||||
|
<input name="predictFixedGrowth" type="text" value="VBTLX=0.02"/>
|
||||||
|
</span>
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
<input type="submit"/>
|
<input type="submit"/>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@ func main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if r.URL.Query().Get("bpi") != "" {
|
if r.URL.Query().Get("bpi") == "true" {
|
||||||
register = register.WithBPIs(bpis)
|
register = register.WithBPIs(bpis)
|
||||||
predicted = predicted.WithBPIs(bpis)
|
predicted = predicted.WithBPIs(bpis)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue