-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09732f8
commit 9978d63
Showing
28 changed files
with
181 additions
and
453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
count,type,schedule_id,min_accounts,max_accounts,min_period,max_period,bank_id | ||
4000,single,2,1,1,1,365, | ||
4000,fan_out,2,4,4,1,365, | ||
4000,fan_in,2,4,4,1,365, | ||
4000,forward,2,3,3,1,365, | ||
4000,mutual,2,2,2,1,365, | ||
4000,periodical,2,2,2,1,365, | ||
5000,single,2,1,1,1,365, | ||
5000,fan_out,2,4,4,1,365, | ||
5000,fan_in,2,4,4,1,365, | ||
5000,forward,2,3,3,1,365, | ||
5000,mutual,2,2,2,1,365, | ||
5000,periodical,2,2,2,1,365, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+8 Bytes
(100%)
AMLsim/target/classes/amlsim/model/aml/BipartiteTypology.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-28 Bytes
(99%)
AMLsim/target/classes/amlsim/model/aml/FanOutTypology.class
Binary file not shown.
Binary file modified
BIN
-26 Bytes
(99%)
AMLsim/target/classes/amlsim/model/aml/GatherScatterTypology.class
Binary file not shown.
Binary file modified
BIN
-14 Bytes
(100%)
AMLsim/target/classes/amlsim/model/aml/RandomTypology.class
Binary file not shown.
Binary file modified
BIN
-36 Bytes
(99%)
AMLsim/target/classes/amlsim/model/aml/ScatterGatherTypology.class
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-26 Bytes
(99%)
AMLsim/target/classes/amlsim/model/normal/FanInTransactionModel.class
Binary file not shown.
Binary file modified
BIN
-26 Bytes
(99%)
AMLsim/target/classes/amlsim/model/normal/FanOutTransactionModel.class
Binary file not shown.
Binary file modified
BIN
-53 Bytes
(99%)
AMLsim/target/classes/amlsim/model/normal/ForwardTransactionModel.class
Binary file not shown.
Binary file modified
BIN
-32 Bytes
(99%)
AMLsim/target/classes/amlsim/model/normal/MutualTransactionModel.class
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
AMLsim/target/classes/amlsim/model/normal/PeriodicalTransactionModel.class
Binary file not shown.
Binary file modified
BIN
-12 Bytes
(99%)
AMLsim/target/classes/amlsim/model/normal/SingleTransactionModel.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Generated by Maven | ||
#Fri Nov 10 12:06:32 UTC 2023 | ||
#Fri Nov 10 13:32:39 UTC 2023 | ||
groupId=amlsim | ||
artifactId=amlsim | ||
version=1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-65 Bytes
(99%)
transaction-network-explorer/__pycache__/TransactionNetwork.cpython-310.pyc
Binary file not shown.
Oops, something went wrong.