1 / 4

Investor resell decision criteria

ARulesXL Rule Set. Investor resell decision criteria. Loan Attributes. Resell Decision. ResaleRules =RXLDependency(Ace) =RXLDependency(Acme) =RTable(“.loans”, C5:G19) .Resell[?investor, ?id] = ?investor : .Resell[?id]. Rule Set name and Excel range name.

Télécharger la présentation

Investor resell decision criteria

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ARulesXL Rule Set Investor resell decision criteria Loan Attributes Resell Decision

  2. ResaleRules =RXLDependency(Ace) =RXLDependency(Acme) =RTable(“.loans”, C5:G19) .Resell[?investor, ?id] = ?investor : .Resell[?id] Rule Set name and Excel range name. Establish Excel dependency, so changes in Ace or Acme mark ResaleRules as changed. RQuery()s to ResaleRules are then reexecuted. Read loan data into ResaleRules property array .loans. Dispatch queries to appropriate rule set. Rule Set name and Excel range name. Ace Inherit from ResaleRules .Resell[?id] = yes WHEN .loans[?id, FICO] > 720 AND ... Establish rule set relationship, allowing Ace to use .loans defined in ResaleRules. .Resell rules for investor Ace. Acme Inherit from ResaleRules .Resell[?id] = yes WHEN .loans[?id, FICO] > 680 AND ... .Resell rules for investor Acme.

  3. .price (formula) .rate (table) .duration (input) .daytime (table) .baserate (fact) .weekend (table, rules) .day (input) .weekdays (fact) .time (input)

  4. ARulesXL ARulesXL / Excel Application Environment Java, .NET, Delphi, other, Windows, Unix ARulesXL API query rules export assert data get results Binary Rules ARulesXL Runtime

More Related