You can create rules in a text editor such as Microsoft Notepad. Rules files can be in an ASCII format that supports multibyte character sets (MBCS), or a file encoded with Unicode format, using Little Endian byte ordering. You use Visual Basic Script functions and Financial Management functions in rules files. By default, rules files use the RLE file extension.
You can include all types of Financial Management rules in any order in the rules file. Table 36 shows the basic syntax to define each routine.
Table 36. Rules Routines
Rule Routine | Syntax |
---|---|
Sub Calculate | |
Sub Translate | |
Sub Allocate | |
Sub Input | |
Sub NoInput | |
Sub Consolidate | |
Sub Dynamic | |
Sub Transactions | |
Sub Equity Pickup | Sub Equity Pick Up() ’Type your Equity Pickup rule here. End Sub |