Run Business Ruleset Input File

This file, referenced in requirement.csv to support the running of business rulesets, includes runtime parameter values in the format: rtp=[PARAMETER:VALUE],[PARAMETER:VALUE], and so on. In this format, PARAMETER:VALUE identifies a runtime parameter name and its value.

Use PARAMETER:VALUE pairing to specify as many runtime prompts as the ruleset requires. Default values are used if you do not provide values for runtime parameters. The command ignores runtime prompts that are not exact matches to those defined for the ruleset. If no runtime parameter value is required for the business ruleset, then include rtp=[].

A sample input file:

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