November '25 Release
8 days ago by Pallavi Bhowmik
The EPC 2.0 November '25 release is scheduled for November 08, 2025. With this release, we've included the following new features and improvements:
Platform updates
The following EPC platform updates are included in this release:
- Calculated field lock [EPC-37929]: Starting with this release, lenders can preserve the current state of calculated fields after EPC services unlock them so that the calculated fields can be restored to their original state (locked).
Prior to this release, calculated loan fields could be updated with throughfieldLockData
. This release addresses returning the pad lock on these fields to its original state (locked).
[
{
"op": "merge",
"contractPath": "loan",
"value": {
"undiscountedRate": 2.5,
"requestedInterestRatePercent": 2.5
}
},
{
"op": "lock",
"contractPath": "loan.gfe.lockField",
"value": true
},
{
"op": "lock",
"contractPath": "loan.rateLock.baseLoanAmount",
"value": false
}
]
- Notification [EPC-43270, EPC-43390]: Tasks created by partner service will now provide updates for task status/comment changes as transaction event webhook. The new product feature flag
receiveAutomatedTaskUpdates
needs to be set totrue
.
{
"partnerId": ".....",
"name": ".....",
"partnerUrl": ".....",
"interfaceUrl": ".....",
"adminInterfaceUrl": ".....",
"integrationType": "ASYNC",
"feature": {
"receiveAutomatedTaskUpdates": true
}
}
- NMLS support [EPC-38113]:
nmlsId
now included in originatingParty and requestingParty so that partners have access to the NMLS number of the logged in user. - New result action [EPC-42189]:
UPDATE_CREDIT_DATA
available as a new result action with this release. Action and schema supported for this update. Response processing will be available in a future release. - Credit provider support [EPC-42870]: Technology provider IDs can now be configured so that they are included in Freddie Mac LPA and Fannie Mae DU communications. To support this update, the following strings are now exposed in the product registration:
DUCreditProviderCode
LPACreditProviderCode
LPACreditAffiliateCode
JavaScript guest library updates
The following JavaScript guest library updates are included in this release:
- Document uploader updates [EPC-43126]: Document uploader has been updated to align with the MI Center document upload tool:
- Unassigned attachments: Grouped under one Unassigned Files static document container header
- Locally uploaded attachments: Grouped under one Local Files static document container header
getAvailableResources
action updates:- EPC-35573: Ability to filter out unassigned attachments
- EPC-36621: Ability to suppress Browse from Local Drive option
- EPC-35168: Borrower Pair ID of selected attachment is now returned