Copyright | (c) Owen Shepherd 2022 |
---|---|
License | MIT |
Maintainer | [email protected] |
Safe Haskell | None |
Language | Haskell2010 |
SimFin.Types.FiscalPeriod
Description
Synopsis
- data FiscalPeriod
- fiscalPeriodParam :: FiscalPeriod -> ByteString
Documentation
data FiscalPeriod Source #
A fiscal period as understood by the SimFin API.
Instances
Eq FiscalPeriod Source # | |
Defined in SimFin.Types.FiscalPeriod | |
Show FiscalPeriod Source # | |
Defined in SimFin.Types.FiscalPeriod Methods showsPrec :: Int -> FiscalPeriod -> ShowS # show :: FiscalPeriod -> String # showList :: [FiscalPeriod] -> ShowS # | |
FromJSON FiscalPeriod Source # | |
Defined in SimFin.Types.FiscalPeriod |
fiscalPeriodParam :: FiscalPeriod -> ByteString Source #
Converts a fiscal period into a query string fragment as understood by the SimFin API.