Values_0.WhatIfPointScenarioSourceProvides the forecast to meet the target for a particular date.
type nonrec t = {date : Timestamp.t;The date that you need the forecast results for.
*)value : Double.t;The target value that you want to meet for the provided date.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of Double.t | `Timestamp of Timestamp.t ]) list ]