- container:
    name: "staticLineDynamic"
    title: "Static Line 2"
    content:
      - divider:
          name: staticLine_num_
          title: Line
          type: primary
      - field:
          name: lineName_num_
          dataIndex: lineName
          type: string
          maxLength: 32
          title: Line Name
      - select:
          name: calculationApproach_num_
          dataIndex: calculationApproach
          title: Approach
          options:
            - Input Value
            - Derived Value

      - anchor:
          name: approach_num_

      - text:
          name: companySharePriceSelectionQuestion
          text: >
            <p><strong>Do you want to create an additional Constant Value Line?</strong></p>
          style:
            paddingTop: 20px
      - radio:
          name: radioAddLine_num_
          dataIndex: radioAddLine
          title:
          options:
            - Yes
            - No
