SlideShare a Scribd company logo
Reconciliations Design Considerations for a Robust Reconciliation Process uatro Solutions Prepared by Quatro Solutions for HSBC
Context ,[object Object],[object Object],[object Object],LIVE UAT!
Many Possible Reconciliations
What Ones Should We Do?
Product Control Reconciliations? ,[object Object],[object Object],[object Object],[object Object],[object Object]
Reconciliations Principals ,[object Object],[object Object],[object Object],[object Object]
Robust Repeatability ,[object Object],[object Object]
Fix to Clear ,[object Object],[object Object],[object Object]
Aged Responsibility  ,[object Object],Is it PC’s job?
 
Reconciliation Tool
“Two Table” Approach ,[object Object],[object Object],[object Object],[object Object]
 
 
 
SELECT BO_Feed.ExtId, BO_Feed.Mtm, BO_Feed.DailyCash, BO_Feed.Book, FO_Feed.DailyCash AS DiffVal, &quot;Different Cash&quot; AS Comment FROM BO_Feed INNER JOIN FO_Feed ON BO_Feed.ExtId = FO_Feed.TradeId WHERE (((Abs([BO_Feed].[DailyCash]-[FO_Feed].[DailyCash]))>0.01)) UNION SELECT BO_Feed.ExtId, BO_Feed.Mtm, BO_Feed.DailyCash, BO_Feed.Book, FO_Feed.Book AS DiffVal, &quot;Book Different&quot; AS Comment FROM BO_Feed INNER JOIN FO_Feed ON BO_Feed.ExtId = FO_Feed.TradeId WHERE (((FO_Feed.Book)<>[BO_Feed].[Book])) UNION SELECT FO_Feed.TradeId, FO_Feed.Mtm, FO_Feed.DailyCash, FO_Feed.Book, &quot;&quot; AS DiffVal, &quot;FO Not BO&quot; AS Comment FROM FO_Feed LEFT JOIN BO_Feed ON FO_Feed.TradeId = BO_Feed.ExtId WHERE (((BO_Feed.ExtId) Is Null)) UNION SELECT BO_Feed.ExtId, BO_Feed.Mtm, BO_Feed.DailyCash, BO_Feed.Book, &quot;&quot; AS DiffVal, &quot;BO Not FO&quot; AS Comment FROM BO_Feed LEFT JOIN FO_Feed ON BO_Feed.ExtId = FO_Feed.TradeId WHERE (((FO_Feed.TradeId) Is Null));
Or … Union, Sum & Diffs
SELECT qryAll.TradeID, qryAll.Book, Sum(qryAll.MtM) AS MtMDiff, Sum(qryAll.DailyCash) AS CashDiff,  Nz(First(tblBookMappings.Owner),&quot;Unmapped&quot;) as Resp FROM (SELECT TradeId, Book, Mtm, DailyCash FROM FO_Feed UNION SELECT ExtId, Book, -[Mtm], -[DailyCash] FROM BO_Feed) AS qryAll  LEFT JOIN tblBookMappings on qryAll.Book = tblBookMappings.FO_Book GROUP BY qryAll.TradeID, qryAll.Book HAVING (Abs(Sum(qryAll.MtM)) >0.05) OR (Abs(Sum(qryAll.DailyCash)) >0.05);
“Single Table” Approach ,[object Object],[object Object],[object Object],[object Object]
 
 
 
Some Other Considerations [1] ,[object Object],[object Object],[object Object],Impractical
Some Other Considerations [2] ,[object Object],[object Object],[object Object],[object Object],CSV!
Some Other Considerations [3] ,[object Object],[object Object],[object Object],[object Object]
Some Other Considerations [4] ,[object Object],[object Object],[object Object],[object Object]
Some Other Considerations [5] ,[object Object],[object Object],[object Object],[object Object],[object Object]
Some Other Considerations [6] ,[object Object],[object Object],[object Object]

More Related Content

Similar to Recs Presentation

From Payments & Fraud to Big Data & Conversions
From Payments & Fraud to Big Data & ConversionsFrom Payments & Fraud to Big Data & Conversions
From Payments & Fraud to Big Data & Conversions
Jesus Perez Batlles
 
Enterprise Resource Management Procedures
Enterprise Resource Management ProceduresEnterprise Resource Management Procedures
Enterprise Resource Management Procedures
David A. Iannone
 
Sap content
Sap contentSap content
Sap content
sap fi-co
 
SAP TRM (Treasury and Risk Management) Configuration (1).pdf
SAP TRM (Treasury and Risk Management) Configuration  (1).pdfSAP TRM (Treasury and Risk Management) Configuration  (1).pdf
SAP TRM (Treasury and Risk Management) Configuration (1).pdf
SAMIR SHAH
 
Kiwi SaaS Metrics That Matter 2023^LLJ r2.2.pdf
Kiwi SaaS Metrics That Matter 2023^LLJ r2.2.pdfKiwi SaaS Metrics That Matter 2023^LLJ r2.2.pdf
Kiwi SaaS Metrics That Matter 2023^LLJ r2.2.pdf
ssuser62db4d1
 
SAP Asset Accounting
SAP Asset Accounting SAP Asset Accounting
SAP Asset Accounting
MSND Prasad
 
Transformation of business analytics from business intelligence
Transformation of business analytics from business intelligenceTransformation of business analytics from business intelligence
Transformation of business analytics from business intelligence
IN2IN GLOBAL TECHNOLOGY AND CONSULTING (OPC) PRIVATE LIMITED
 
Moore Advanced Calculations in Calc Manager OW 20151015
Moore Advanced Calculations in Calc Manager  OW 20151015Moore Advanced Calculations in Calc Manager  OW 20151015
Moore Advanced Calculations in Calc Manager OW 20151015
Ron Moore
 
Troubleshoot experience
Troubleshoot experienceTroubleshoot experience
Troubleshoot experience
Krishna Rao
 
Requirements analysis 2011
Requirements analysis 2011Requirements analysis 2011
Requirements analysis 2011
bernddu
 
Defining the Grain | Source system: Dynamics 365
Defining the Grain | Source system: Dynamics 365Defining the Grain | Source system: Dynamics 365
Defining the Grain | Source system: Dynamics 365
Ryan Casey
 
Sap parallel currency activation
Sap parallel currency activationSap parallel currency activation
Sap parallel currency activation
David Jaimes
 
Week 3Week 3E3-9 and E3-13Total Points 50E3-9 [20 pts]E3-13 .docx
Week 3Week 3E3-9 and E3-13Total Points 50E3-9  [20 pts]E3-13  .docxWeek 3Week 3E3-9 and E3-13Total Points 50E3-9  [20 pts]E3-13  .docx
Week 3Week 3E3-9 and E3-13Total Points 50E3-9 [20 pts]E3-13 .docx
melbruce90096
 
Getting Organized
Getting OrganizedGetting Organized
Getting Organized
Mang Engkus
 
A Matter Of Form: Access Forms to make reporting a snap (or a click)
A Matter Of Form: Access Forms to make reporting a snap (or a click)A Matter Of Form: Access Forms to make reporting a snap (or a click)
A Matter Of Form: Access Forms to make reporting a snap (or a click)
Alan Manifold
 
Database Refactoring Sreeni Ananthakrishna 2006 Nov
Database Refactoring Sreeni Ananthakrishna 2006 NovDatabase Refactoring Sreeni Ananthakrishna 2006 Nov
Database Refactoring Sreeni Ananthakrishna 2006 Nov
melbournepatterns
 
dokumen.tips_collaborate12-baugh-r12-federal-financials-subledger-accounting-...
dokumen.tips_collaborate12-baugh-r12-federal-financials-subledger-accounting-...dokumen.tips_collaborate12-baugh-r12-federal-financials-subledger-accounting-...
dokumen.tips_collaborate12-baugh-r12-federal-financials-subledger-accounting-...
sarfrajahamad1
 
20050722 Barrett Peterson Special Rreport
20050722 Barrett Peterson Special Rreport20050722 Barrett Peterson Special Rreport
20050722 Barrett Peterson Special Rreport
Barrett Peterson
 
Python and PostgreSQL: Let's Work Together! | PyConFr 2018 | Dimitri Fontaine
Python and PostgreSQL: Let's Work Together! | PyConFr 2018 | Dimitri FontainePython and PostgreSQL: Let's Work Together! | PyConFr 2018 | Dimitri Fontaine
Python and PostgreSQL: Let's Work Together! | PyConFr 2018 | Dimitri Fontaine
Citus Data
 
Raising Your Cash IQ to Optimize Working Capital - FINAL
Raising Your Cash IQ to Optimize Working Capital - FINALRaising Your Cash IQ to Optimize Working Capital - FINAL
Raising Your Cash IQ to Optimize Working Capital - FINAL
360 Thought Leadership Consulting
 

Similar to Recs Presentation (20)

From Payments & Fraud to Big Data & Conversions
From Payments & Fraud to Big Data & ConversionsFrom Payments & Fraud to Big Data & Conversions
From Payments & Fraud to Big Data & Conversions
 
Enterprise Resource Management Procedures
Enterprise Resource Management ProceduresEnterprise Resource Management Procedures
Enterprise Resource Management Procedures
 
Sap content
Sap contentSap content
Sap content
 
SAP TRM (Treasury and Risk Management) Configuration (1).pdf
SAP TRM (Treasury and Risk Management) Configuration  (1).pdfSAP TRM (Treasury and Risk Management) Configuration  (1).pdf
SAP TRM (Treasury and Risk Management) Configuration (1).pdf
 
Kiwi SaaS Metrics That Matter 2023^LLJ r2.2.pdf
Kiwi SaaS Metrics That Matter 2023^LLJ r2.2.pdfKiwi SaaS Metrics That Matter 2023^LLJ r2.2.pdf
Kiwi SaaS Metrics That Matter 2023^LLJ r2.2.pdf
 
SAP Asset Accounting
SAP Asset Accounting SAP Asset Accounting
SAP Asset Accounting
 
Transformation of business analytics from business intelligence
Transformation of business analytics from business intelligenceTransformation of business analytics from business intelligence
Transformation of business analytics from business intelligence
 
Moore Advanced Calculations in Calc Manager OW 20151015
Moore Advanced Calculations in Calc Manager  OW 20151015Moore Advanced Calculations in Calc Manager  OW 20151015
Moore Advanced Calculations in Calc Manager OW 20151015
 
Troubleshoot experience
Troubleshoot experienceTroubleshoot experience
Troubleshoot experience
 
Requirements analysis 2011
Requirements analysis 2011Requirements analysis 2011
Requirements analysis 2011
 
Defining the Grain | Source system: Dynamics 365
Defining the Grain | Source system: Dynamics 365Defining the Grain | Source system: Dynamics 365
Defining the Grain | Source system: Dynamics 365
 
Sap parallel currency activation
Sap parallel currency activationSap parallel currency activation
Sap parallel currency activation
 
Week 3Week 3E3-9 and E3-13Total Points 50E3-9 [20 pts]E3-13 .docx
Week 3Week 3E3-9 and E3-13Total Points 50E3-9  [20 pts]E3-13  .docxWeek 3Week 3E3-9 and E3-13Total Points 50E3-9  [20 pts]E3-13  .docx
Week 3Week 3E3-9 and E3-13Total Points 50E3-9 [20 pts]E3-13 .docx
 
Getting Organized
Getting OrganizedGetting Organized
Getting Organized
 
A Matter Of Form: Access Forms to make reporting a snap (or a click)
A Matter Of Form: Access Forms to make reporting a snap (or a click)A Matter Of Form: Access Forms to make reporting a snap (or a click)
A Matter Of Form: Access Forms to make reporting a snap (or a click)
 
Database Refactoring Sreeni Ananthakrishna 2006 Nov
Database Refactoring Sreeni Ananthakrishna 2006 NovDatabase Refactoring Sreeni Ananthakrishna 2006 Nov
Database Refactoring Sreeni Ananthakrishna 2006 Nov
 
dokumen.tips_collaborate12-baugh-r12-federal-financials-subledger-accounting-...
dokumen.tips_collaborate12-baugh-r12-federal-financials-subledger-accounting-...dokumen.tips_collaborate12-baugh-r12-federal-financials-subledger-accounting-...
dokumen.tips_collaborate12-baugh-r12-federal-financials-subledger-accounting-...
 
20050722 Barrett Peterson Special Rreport
20050722 Barrett Peterson Special Rreport20050722 Barrett Peterson Special Rreport
20050722 Barrett Peterson Special Rreport
 
Python and PostgreSQL: Let's Work Together! | PyConFr 2018 | Dimitri Fontaine
Python and PostgreSQL: Let's Work Together! | PyConFr 2018 | Dimitri FontainePython and PostgreSQL: Let's Work Together! | PyConFr 2018 | Dimitri Fontaine
Python and PostgreSQL: Let's Work Together! | PyConFr 2018 | Dimitri Fontaine
 
Raising Your Cash IQ to Optimize Working Capital - FINAL
Raising Your Cash IQ to Optimize Working Capital - FINALRaising Your Cash IQ to Optimize Working Capital - FINAL
Raising Your Cash IQ to Optimize Working Capital - FINAL
 

Recently uploaded

Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Jeffrey Haguewood
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Jeffrey Haguewood
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
Intelisync
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdfNunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
flufftailshop
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
Hiike
 

Recently uploaded (20)

Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdfNunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
 

Recs Presentation

  • 1. Reconciliations Design Considerations for a Robust Reconciliation Process uatro Solutions Prepared by Quatro Solutions for HSBC
  • 2.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.  
  • 12.
  • 13.  
  • 14.  
  • 15.  
  • 16. SELECT BO_Feed.ExtId, BO_Feed.Mtm, BO_Feed.DailyCash, BO_Feed.Book, FO_Feed.DailyCash AS DiffVal, &quot;Different Cash&quot; AS Comment FROM BO_Feed INNER JOIN FO_Feed ON BO_Feed.ExtId = FO_Feed.TradeId WHERE (((Abs([BO_Feed].[DailyCash]-[FO_Feed].[DailyCash]))>0.01)) UNION SELECT BO_Feed.ExtId, BO_Feed.Mtm, BO_Feed.DailyCash, BO_Feed.Book, FO_Feed.Book AS DiffVal, &quot;Book Different&quot; AS Comment FROM BO_Feed INNER JOIN FO_Feed ON BO_Feed.ExtId = FO_Feed.TradeId WHERE (((FO_Feed.Book)<>[BO_Feed].[Book])) UNION SELECT FO_Feed.TradeId, FO_Feed.Mtm, FO_Feed.DailyCash, FO_Feed.Book, &quot;&quot; AS DiffVal, &quot;FO Not BO&quot; AS Comment FROM FO_Feed LEFT JOIN BO_Feed ON FO_Feed.TradeId = BO_Feed.ExtId WHERE (((BO_Feed.ExtId) Is Null)) UNION SELECT BO_Feed.ExtId, BO_Feed.Mtm, BO_Feed.DailyCash, BO_Feed.Book, &quot;&quot; AS DiffVal, &quot;BO Not FO&quot; AS Comment FROM BO_Feed LEFT JOIN FO_Feed ON BO_Feed.ExtId = FO_Feed.TradeId WHERE (((FO_Feed.TradeId) Is Null));
  • 17. Or … Union, Sum & Diffs
  • 18. SELECT qryAll.TradeID, qryAll.Book, Sum(qryAll.MtM) AS MtMDiff, Sum(qryAll.DailyCash) AS CashDiff, Nz(First(tblBookMappings.Owner),&quot;Unmapped&quot;) as Resp FROM (SELECT TradeId, Book, Mtm, DailyCash FROM FO_Feed UNION SELECT ExtId, Book, -[Mtm], -[DailyCash] FROM BO_Feed) AS qryAll LEFT JOIN tblBookMappings on qryAll.Book = tblBookMappings.FO_Book GROUP BY qryAll.TradeID, qryAll.Book HAVING (Abs(Sum(qryAll.MtM)) >0.05) OR (Abs(Sum(qryAll.DailyCash)) >0.05);
  • 19.
  • 20.  
  • 21.  
  • 22.  
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.