Parameter Template
Definition
A Parameter Template is an explicitly designed configuration override fundamentally un-coupling a hardcoded algorithmic variable from the global RTP Component definition and structurally pushing that variable definition directly into a customer-specific installation record.
Business Purpose and Architecture
A utility deploys a complex Billing Schema tracking electricity peaks against a fixed “Limit” (e.g., charge penalties actively for anything drawing over 100kW). If the limit is hardcoded in the RTP Component, it applies to every customer uniformly. Architecturally, the utility implements a Parameter Template for the Input constraint. This forces the Global RTP Interface to query the designated Installation Record structurally during active execution. Consequently, the utility can set Customer A’s limit to 25kW, and Customer B’s limit to 300kW while retaining one universal, fully standardized algorithmic Billing Schema codebase universally across the enterprise.