Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Nov 18, 2023
1 parent 1bea5fc commit faf068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion absbox/local/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def mkLiqMethod(x):
match x:
case ["正常|违约", a, b] | ["Current|Defaulted", a, b]:
return mkTag(("BalanceFactor", [a, b]))
case ["正常|拖欠|违约", a, b, c] | ["Cuurent|Delinquent|Defaulted", a, b, c]:
case ["正常|拖欠|违约", a, b, c] | ["Current|Delinquent|Defaulted", a, b, c]:
return mkTag(("BalanceFactor2", [a, b, c]))
case ["贴现|违约", a, b] | ["PV|Defaulted", a, b]:
return mkTag(("PV", [a, b]))
Expand Down

0 comments on commit faf068c

Please sign in to comment.