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

      - date:
          name: staticLineDateInitialInput_num_
          dataIndex: Date
          title: Date
      # Workflow OW5.
      - field:
          name: staticLine1Date_num_
          dataIndex: premiumToDate
          type: string
          title: "% Premium"
          maxLength: 32
      # Workflow OW4: The below should be a selection of companies / indices included in the Panel 2: Initial Inputs
      - select:
          name: radioCompanyNamesPointInTime_num_
          dataIndex: companyName
          title: Company
          options:
      # END OF CODE BLOCK B.2