- container:
    name: "timeSeries"
    title: "Time Series"
    content:
      # Beginning of Code Block B.1. Derived Value. Time Series
      - text:
          name: derivedDataCalculationQuestion
          text: >
            <p><strong><u>Calculation Inputs</u></strong></p>
          style:
            paddingTop: 20px

      - range:
          name: timePeriodTimeSeries_num_
          dataIndex: timePeriod
          title: Time Period
      - select:
          name: CalculationRadio_num_
          dataIndex: calculation
          title: Calculation
          options:
            - High
            - 75th Percentile
            - Median
            - Mean
            - 25th Percentile
            - Low
      # Workflow OW4: The below should be a selection of companies / indices included in the Panel 2: Initial Inputs
      - select:
          name: radioCompanyNamesTimeSeries_num_
          dataIndex: companyName
          title: Company
          options:
      # END OF CODE BLOCK B.1
