Upload dev_guide_basic.json
Browse files- .gitattributes +1 -0
- dev_guide_basic.json +3 -27
.gitattributes
CHANGED
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
59 |
+
dev_guide_basic.json filter=lfs diff=lfs merge=lfs -text
|
dev_guide_basic.json
CHANGED
@@ -1,27 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"input": "",
|
5 |
-
"output": "It is possible to customize the behavior of the interest dispatch process for repos. Create a class named tk.bo.BORepo<dispatch_method>DispatchInterestHandler that implements com.calypso.tk.bo.BORepoDispatchInterestHandler.\n\nBORepoDispatchInterestHandler has two methods:\n\ndispatchInterest() called from addSecurityFlow(), allows creating as many interest flows as necessary.\n\nupdateInteretTransfer() called from preProcessDAPTransfers(), allows linking transfers created\nbecause of the new interest flows to the security and principal transfers of each collateral.\n\nThen register the dispatch method in the “Repo.DispatchInterestMethod” domain.\nThis class will be invoked from com.calypso.apps.tk.bo.BORepoHandler."
|
6 |
-
},
|
7 |
-
{
|
8 |
-
"instruction": "Creating a Custom Date Selector",
|
9 |
-
"input": "",
|
10 |
-
"output": "Create a class named tk.bo.CustomBOTransferDateSelector which implements the interface com.calypso.tk.bo.BOTransferDateSelector.\nCustomBOTransferDateSelector is invoked by com.calypso.tk.bo.BOProductHandler to set the dates on the transfers."
|
11 |
-
},
|
12 |
-
{
|
13 |
-
"instruction": "Creating a Custom Netting Method Selector",
|
14 |
-
"input": "",
|
15 |
-
"output": "A custom Netting Method Detector automatically sets the Netting Type on the Transfer Rules and lets you override the Netting Method default value.\nCreate a class named tk.bo.<product_type>NettingSelector which implements the interface com.calypso.tk.bo.NettingSelector.\n*NettingSelector is invoked by com.calypso.tk.bo.NettingSelectorUtil to set the netting method."
|
16 |
-
},
|
17 |
-
{
|
18 |
-
"instruction": "Creating a Custom Persistence Routine for Transfer Attributes",
|
19 |
-
"input": "",
|
20 |
-
"output": "Create a class named tk.bo.sql.CustomTransferAttributeSQL that implements the interface com.calypso.tk.bo.sql.TransferAttributeSQL.\nCustomTransferAttributeSQL is invoked from com.calypso.tk.bo.sql.BOTransferSQL when saving transfers. TransferAttributeSQL includes methods for archiving custom attributes that must be implemented. To fully support archiving and restoring of custom attributes, you must define new history tables for any custom attribute tables you have added to the database."
|
21 |
-
},
|
22 |
-
{
|
23 |
-
"instruction": "Customizing the Message Engine",
|
24 |
-
"input": "",
|
25 |
-
"output": "The Message engine generates messages for various events as applicable (Trade, Transfer, etc), using\nthe following process:\n\nThe Message engine identifies the roles to which sending the message using TradeRoleFinder. Once, the roles are determined, receiver contact information can be retrieved. A message is generated for each receiver using a BOMessageHandler provided MessageSelector confirms the message must be generated. The behavior of TradeRoleFinder and MessageSelector can be customized. You can create a custom BOMessageHandler for a given product.\n\nBOMessageHandler builds the messages based on the Message setup rules. It uses FormatterUtil to select a type of Formatter (SWIFT, HTML, etc.) and a template. It uses\nMessageFormatterUtil to select a MessageFormatter for populating the template. The MessageFormatter is selected based on the type of Formatter and the product. You can create\na custom type of Formatter, a custom template selector, a custom MessageFormatter selector, and a custom MessageFormatter."
|
26 |
-
}
|
27 |
-
]
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73d248c2e8bb339fbf372d6b50630148e90e524afac688e9b2db1ea07dabafdd
|
3 |
+
size 13616784
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|