diff --git a/fineract-loan-origination/src/main/resources/db/changelog/tenant/module/loanorigination/module-changelog-master.xml b/fineract-loan-origination/src/main/resources/db/changelog/tenant/module/loanorigination/module-changelog-master.xml
index b2e74e50847..ddb3a407cba 100644
--- a/fineract-loan-origination/src/main/resources/db/changelog/tenant/module/loanorigination/module-changelog-master.xml
+++ b/fineract-loan-origination/src/main/resources/db/changelog/tenant/module/loanorigination/module-changelog-master.xml
@@ -26,4 +26,5 @@
+
diff --git a/fineract-loan-origination/src/main/resources/db/changelog/tenant/module/loanorigination/parts/0005_reporting.xml b/fineract-loan-origination/src/main/resources/db/changelog/tenant/module/loanorigination/parts/0005_reporting.xml
new file mode 100644
index 00000000000..5679fe4f55b
--- /dev/null
+++ b/fineract-loan-origination/src/main/resources/db/changelog/tenant/module/loanorigination/parts/0005_reporting.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ INSERT INTO stretchy_report_parameter (report_id, parameter_id, report_parameter_name) VALUES
+ ((SELECT id FROM stretchy_report WHERE report_name = 'Transaction Summary Report with Asset Owner and Originators'), 5, 'officeId');
+
+
+ INSERT INTO stretchy_report_parameter (report_id, parameter_id, report_parameter_name) VALUES
+ ((SELECT id FROM stretchy_report WHERE report_name = 'Transaction Summary Report with Asset Owner and Originators'), 2, 'endDate');
+
+
+
\ No newline at end of file