You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clean up test only was performed at beginning of bond waterfall execution (which is defined by "bond payment frequency"
Propose
The clean up test should be performed in multiple locations
a DatePattern to be tested
with optional a test range for clean up
Location of changes:
in Deal Run assumption
Syntax
current syntax
The statement will be executed right before each waterfall/liability payment day
("call", ("if", `<Condition>`))
new syntax
# backward compatible -> test on each day of waterfall/liability payment day (before waterfall execution)
("call", ("if", `<Condition>` ))
# test on dates described by <DatePattern>, the `if` is redundant.
("callWhen", ("onDates", `<DatePattern>`, `<Condition 1>`, `<Condition 2>`, `<Condition 3>` )
, ("if", `<Condition 1>`, `<Condition 2 >`)
)
The text was updated successfully, but these errors were encountered:
current implementation
The clean up test only was performed at beginning of bond waterfall execution (which is defined by "bond payment frequency"
Propose
The clean up test should be performed in multiple locations
DatePattern
to be testedLocation of changes:
in Deal Run assumption
Syntax
current syntax
The statement will be executed right before each waterfall/liability payment day
new syntax
The text was updated successfully, but these errors were encountered: