Module Values.GranularityConfigurationSource

Contains configuration for the fiscal year granularities (e.g., YEARLY_FISCAL, QUARTERLY_FISCAL.

Sourcetype nonrec t = {
  1. fiscalYearStartMonth : Month.t option;
    (*

    The month (1-12) when the fiscal year begins. Used for YEARLY_FISCAL and QUARTERLY_FISCAL granularity. Defaults to 1 (January).

    *)
}
Sourceval make : ?fiscalYearStartMonth:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Month.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t