Run Business Rule Input File

This file, referenced in requirement.csv to support the running of business rules, includes runtime parameter values in the format: rtp=[RTP1:Value1],[RTP2:Value2], and so on.

If no runtime parameter value is required for the business rule, then include rtp=[]. In this example, RTP1, RTP2, and so on identify the runtime prompt names and VALUE1, VALUE2 identify their values. Be sure to add as many runtime prompts as required.

A sample input file:

rtp=[Period:Q1],[Entity:USA]
rtp=[Period:Q2],[Entity:USA]
rtp=[Period:Q3],[Entity:USA]
rtp=[Period:Q4],[Entity:USA]