OBJECT
Scenario
An estimated or analytical logical collection of higher level processes used for budgeting, analysis, plan refinement, etc.
link GraphQL Schema definition
- type Scenario {
- # The scenario definition for this scenario, for example yearly budget.
- ScenarioDefinition :
- # The beginning date/time of the scenario, often the beginning of an accounting
- # period.
- DateTime :
- # The ending date/time of the scenario, often the end of an accounting period.
- DateTime :
- ID! :
- # Grouping around something to create a boundary or context, used for documenting,
- # accounting, planning.
- AccountingScope!] : [
- # An informal or formal textual identifier for a scenario. Does not imply
- # uniqueness.
- String! :
- # A textual description or comment.
- String :
- # This scenario refines another scenario, often as time moves closer or for more
- # detail.
- Scenario :
- }
link Require by
- PlanA logical collection of processes that constitute a body of planned work with defined deliverable(s).
- ProcessAn activity that changes inputs into outputs. It could transform or transport economic resource(s).
- RootQueryTypenull
- ScenarioAn estimated or analytical logical collection of higher level processes used for budgeting, analysis, plan refinement, etc.
- ScenarioResponsenull