| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Revolving
Documentation
data RevolvingPool Source #
Constructors
| ConstantAsset [AssetUnion] | Assets in revolving pool stays constant after being bought |
| StaticAsset [AssetUnion] | Assets in revolving pool will decrease afeter being bought |
| AssetCurve [TsPoint [AssetUnion]] | Assets are changing by dates |
Instances
lookupAssetAvailable :: RevolvingPool -> Date -> [AssetUnion] Source #