feat: Enhance transaction model and dashboard with Azure OAuth integration
This commit is contained in:
@@ -11,6 +11,12 @@ class Transaction(BaseModel):
|
||||
amount: float
|
||||
status: Literal["Matched", "Unmatched", "Pending"]
|
||||
flag: Literal["None", "Duplicate", "Threshold Breach", "Manual Review"]
|
||||
reference_id: str
|
||||
counterparty: str
|
||||
currency: str
|
||||
booking_date: date
|
||||
settlement_date: date
|
||||
description: str
|
||||
|
||||
|
||||
class ReconSummary(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user