Overview
Calculated fields in Baseline allow you to define custom formulas that automate computations for loan data. These formulas can be configured at two levels:
Product Level: Applies to all loans created under a specific product.
Loan Level: Allows customization for specific loans to override or refine product-level formulas.
This flexibility ensures accurate, tailored calculations for your loan workflows.
β
β
β οΈ Calculated fields are now available specifically for fields that are Number, Decimal and Percentages. Inside Loans and Products
π‘ Calculated Fields can be utilized within the following tabs on each loan or product:
General Tab
Charges
Collateral Tab
Loan Settings.
How to Configure Calculated Fields
1. Product-Level Calculated Fields
Access Products:
Add or Edit Fields:
Define the Formula:
In the Default Value section, type an equal sign (
=) to start creating a formula.Use the field search (by clicking the tag icon) to select fields. For example:
To calculate a Holdback-to-Loan Amount Ratio, define:
Holdback to Loan = {{Holdback}} Γ· {{Loan Amount}}
Choose the field type (e.g., percentage, currency).
Save Changes:
β οΈ The calculation result will be visible only when the fields used contain values.
2. Loan-Level Calculated Fields
Access the Loan:
Navigate to the specific loan you want to customize.
Edit Fields:
Locate the field you want to customize or create a new one.
Modify the Formula:
Adjust the formula based on the loan's specific requirements. For example:
Add a fixed value to the Holdback in the formula:
Holdback to Loan = ({{Holdback}} + 15000 )Γ· {{Loan Amount}}
Save Changes:
Argument Structure
Each formula follows the standard Excel syntax:
General Formula Structure:
FUNCTION_NAME(argument1, argument2, ...)
Separators:
Use commas (
,) to separate arguments.
Logical Operators:
Use
>,<,=, etc., for conditions in functions likeIF,AND,OR
We encourage you to take a look at the formulas we support:
β
βhttps://help.baselinesoftware.com/en/articles/10223921-supported-formulas-and-argument-structures




