English

Verifying Data Constraint Equivalence in FinTech Systems

Programming Languages 2023-01-27 v1 Software Engineering

Abstract

Data constraints are widely used in FinTech systems for monitoring data consistency and diagnosing anomalous data manipulations. However, many equivalent data constraints are created redundantly during the development cycle, slowing down the FinTech systems and causing unnecessary alerts. We present EqDAC, an efficient decision procedure to determine the data constraint equivalence. We first propose the symbolic representation for semantic encoding and then introduce two light-weighted analyses to refute and prove the equivalence, respectively, which are proved to achieve in polynomial time. We evaluate EqDAC upon 30,801 data constraints in a FinTech system. It is shown that EqDAC detects 11,538 equivalent data constraints in three hours. It also supports efficient equivalence searching with an average time cost of 1.22 seconds, enabling the system to check new data constraints upon submission.

Keywords

Cite

@article{arxiv.2301.11011,
  title  = {Verifying Data Constraint Equivalence in FinTech Systems},
  author = {Chengpeng Wang and Gang Fan and Peisen Yao and Fuxiong Pan and Charles Zhang},
  journal= {arXiv preprint arXiv:2301.11011},
  year   = {2023}
}

Comments

14 pages, 11 figures, accepted by ICSE 2023

R2 v1 2026-06-28T08:21:04.064Z