Advertisement
ariswb22

[Issue] AccruedInterest rejects

Jun 24th, 2019
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 26.21 KB | None | 0 0
  1. {
  2.   "stream": "eMasLoansToContracts",
  3.   "streamId": "90ef74f7-9fe8-4b76-8ec0-c2ae48e51b5e",
  4.   "sink": "Contracts",
  5.   "sinkId": "6c705dfd-eace-4cc1-89be-396e6a8c87eb",
  6.   "source": "EMAS",
  7.   "sourceId": "c412939f-fdd6-447e-9572-62e2631eb93e",
  8.   "sourcePayload": {
  9.     "JFXDCR": 1,
  10.     "JFXCUN": 1,
  11.     "BIKOLE": 1,
  12.     "BIRSD7": 0,
  13.     "BISIFA": 79,
  14.     "BISEK1": "19004190  ",
  15.     "LHAMT": null,
  16.     "LHEFDT": null,
  17.     "ACCINT": 6781041.96002,
  18.     "ACCTNO": 1200100659700,
  19.     "BILINT": 6781041.96,
  20.     "BILPRN": 916687.04,
  21.     "BR": 12002,
  22.     "CBAL": 541577849.75,
  23.     "CHGDT": 0,
  24.     "CIFNO": 2000108363,
  25.     "CURTYP": "IDR",
  26.     "DEPTCD": "MB101",
  27.     "BUC1_2": "MB",
  28.     "BUC3_1": "1",
  29.     "BUC1_3": "MB1",
  30.     "FIBAMT": 0,
  31.     "FIBDUE": 0,
  32.     "FRCODE": "M",
  33.     "FRELDT": 2018124,
  34.     "FREQ": 1,
  35.     "IFREQ": "M",
  36.     "IPCODE": "M",
  37.     "IPFREQ": 1,
  38.     "MATDT": 2033121,
  39.     "MIPREM": 0,
  40.     "MIREB": 0,
  41.     "NIPDAY": 0,
  42.     "NPDAY": 1,
  43.     "NSIPD7": 0,
  44.     "NSPDT": 2019060,
  45.     "NSPDT6": 10319,
  46.     "ORGAMT": 550000000,
  47.     "PMTAMT": 7697729,
  48.     "PMTCOD": 0,
  49.     "PURCOD": "MK099",
  50.     "RATE": 0.15,
  51.     "REVOLV": "N",
  52.     "SNAME": "XXXXX XXXXX XXXXXX",
  53.     "STATUS": 1,
  54.     "STSDT": 0,
  55.     "TERM": 180,
  56.     "TIME_SK": 20190228,
  57.     "TYPE": "KSM-USAN",
  58.     "YBASE": 5,
  59.     "ACCRUED_INTEREST": 0.00002,
  60.     "ORIGIN_ACCRUED_INTEREST": 0.00002,
  61.     "ACTUAL_OUTSTANDING_AMOUNT": 540661162.71,
  62.     "OUTSTANDING_AMOUNT": 541577849.75,
  63.     "CURRENCY_RATE": 1,
  64.     "INTEREST_REPAYMENT_AMOUNT": 6875000,
  65.     "PRINCIPAL_REPAYMENT_AMOUNT": 3055555.56,
  66.     "NSIPD6": "000000",
  67.     "PLNGRP": 456,
  68.     "IPDDAY": 0,
  69.     "PDDAYS": 0,
  70.     "ADDITIONAL_FEE": null
  71.   },
  72.   "sinkPayload": {
  73.     "accruedInterest": {
  74.       "value": "2E-05",
  75.       "trace": {
  76.         "checks": [
  77.           {
  78.             "name": "check accured interest",
  79.             "type": "PropertyCheck",
  80.             "checks": [
  81.               {
  82.                 "type": "Mandatory",
  83.                 "value": false,
  84.                 "success": true
  85.               },
  86.               {
  87.                 "type": "DataType",
  88.                 "value": "numeric",
  89.                 "success": false,
  90.                 "Remediation": {
  91.                   "type": "Reject",
  92.                   "result": "Rejected."
  93.                 }
  94.               }
  95.             ]
  96.           }
  97.         ],
  98.         "transformation": null
  99.       }
  100.     },
  101.     "baseLgd": {
  102.       "value": null,
  103.       "trace": null
  104.     },
  105.     "basePd": {
  106.       "value": null,
  107.       "trace": null
  108.     },
  109.     "businessUnit": {
  110.       "value": null,
  111.       "trace": {
  112.         "checks": [
  113.           {
  114.             "name": "check business unit",
  115.             "type": "PropertyCheck",
  116.             "checks": [
  117.               {
  118.                 "type": "Mandatory",
  119.                 "value": false,
  120.                 "success": true
  121.               },
  122.               {
  123.                 "type": "DataType",
  124.                 "value": "string",
  125.                 "success": true,
  126.                 "Ignored": true
  127.               }
  128.             ]
  129.           }
  130.         ],
  131.         "transformation": null
  132.       }
  133.     },
  134.     "collectibility": {
  135.       "value": "1",
  136.       "trace": {
  137.         "checks": [
  138.           {
  139.             "name": "check collectibility",
  140.             "type": "PropertyCheck",
  141.             "checks": [
  142.               {
  143.                 "type": "Mandatory",
  144.                 "value": false,
  145.                 "success": true
  146.               },
  147.               {
  148.                 "type": "DataType",
  149.                 "value": "string",
  150.                 "success": true
  151.               },
  152.               {
  153.                 "type": "Pattern",
  154.                 "value": "^[1-5]$",
  155.                 "success": true
  156.               }
  157.             ]
  158.           }
  159.         ],
  160.         "transformation": null
  161.       }
  162.     },
  163.     "contractId": {
  164.       "value": "797103f2-efc2-59df-bb1d-90ab80419f18",
  165.       "trace": {
  166.         "checks": [
  167.           {
  168.             "name": "check contract Id",
  169.             "type": "PropertyCheck",
  170.             "checks": [
  171.               {
  172.                 "type": "Mandatory",
  173.                 "value": true,
  174.                 "success": true
  175.               },
  176.               {
  177.                 "type": "DataType",
  178.                 "value": "guid",
  179.                 "success": true
  180.               }
  181.             ]
  182.           }
  183.         ],
  184.         "transformation": null
  185.       }
  186.     },
  187.     "counterpartyId": {
  188.       "value": "8a7d2599-bde4-5dd1-8b24-0da48017a3f5",
  189.       "trace": {
  190.         "checks": [
  191.           {
  192.             "name": "check counter party Id",
  193.             "type": "PropertyCheck",
  194.             "checks": [
  195.               {
  196.                 "type": "Mandatory",
  197.                 "value": true,
  198.                 "success": true
  199.               },
  200.               {
  201.                 "type": "DataType",
  202.                 "value": "guid",
  203.                 "success": true
  204.               }
  205.             ]
  206.           }
  207.         ],
  208.         "transformation": null
  209.       }
  210.     },
  211.     "creditRating": {
  212.       "value": null,
  213.       "trace": null
  214.     },
  215.     "creditRatingAgency": {
  216.       "value": null,
  217.       "trace": null
  218.     },
  219.     "currency": {
  220.       "value": "IDR",
  221.       "trace": {
  222.         "checks": [
  223.           {
  224.             "name": "check currency",
  225.             "type": "PropertyCheck",
  226.             "checks": [
  227.               {
  228.                 "type": "Mandatory",
  229.                 "value": true,
  230.                 "success": true
  231.               },
  232.               {
  233.                 "type": "DataType",
  234.                 "value": "string",
  235.                 "success": true
  236.               },
  237.               {
  238.                 "type": "Pattern",
  239.                 "value": "^[A-Z]{3}$",
  240.                 "success": true
  241.               }
  242.             ]
  243.           }
  244.         ],
  245.         "transformation": null
  246.       }
  247.     },
  248.     "currentPd": {
  249.       "value": null,
  250.       "trace": null
  251.     },
  252.     "daysPastDue": {
  253.       "value": "0",
  254.       "trace": {
  255.         "checks": [
  256.           {
  257.             "name": "check dayspastdue",
  258.             "type": "PropertyCheck",
  259.             "checks": [
  260.               {
  261.                 "type": "Mandatory",
  262.                 "value": false,
  263.                 "success": true
  264.               },
  265.               {
  266.                 "type": "DataType",
  267.                 "value": "integer",
  268.                 "success": true
  269.               }
  270.             ]
  271.           }
  272.         ],
  273.         "transformation": null
  274.       }
  275.     },
  276.     "discountRate": {
  277.       "value": "0.15",
  278.       "trace": {
  279.         "checks": [
  280.           {
  281.             "name": "check discount rate",
  282.             "type": "PropertyCheck",
  283.             "checks": [
  284.               {
  285.                 "type": "Mandatory",
  286.                 "value": false,
  287.                 "success": true
  288.               },
  289.               {
  290.                 "type": "DataType",
  291.                 "value": "numeric",
  292.                 "success": true
  293.               }
  294.             ]
  295.           }
  296.         ],
  297.         "transformation": null
  298.       }
  299.     },
  300.     "effectiveInterestRate": {
  301.       "value": "0.15",
  302.       "trace": {
  303.         "checks": [
  304.           {
  305.             "name": "check EIR",
  306.             "type": "PropertyCheck",
  307.             "checks": [
  308.               {
  309.                 "type": "Mandatory",
  310.                 "value": false,
  311.                 "success": true
  312.               },
  313.               {
  314.                 "type": "DataType",
  315.                 "value": "numeric",
  316.                 "success": true
  317.               }
  318.             ]
  319.           }
  320.         ],
  321.         "transformation": null
  322.       }
  323.     },
  324.     "effectiveInterestRateIncludingFeesAndCosts": {
  325.       "value": "0.15",
  326.       "trace": {
  327.         "checks": [
  328.           {
  329.             "name": "check EIR fee and cost",
  330.             "type": "PropertyCheck",
  331.             "checks": [
  332.               {
  333.                 "type": "Mandatory",
  334.                 "value": false,
  335.                 "success": true
  336.               },
  337.               {
  338.                 "type": "DataType",
  339.                 "value": "numeric",
  340.                 "success": true
  341.               }
  342.             ]
  343.           }
  344.         ],
  345.         "transformation": null
  346.       }
  347.     },
  348.     "entity": {
  349.       "value": "BMRI",
  350.       "trace": {
  351.         "checks": [
  352.           {
  353.             "name": "check entity",
  354.             "type": "PropertyCheck",
  355.             "checks": [
  356.               {
  357.                 "type": "Mandatory",
  358.                 "value": true,
  359.                 "success": true
  360.               },
  361.               {
  362.                 "type": "DataType",
  363.                 "value": "string",
  364.                 "success": true
  365.               },
  366.               {
  367.                 "type": "Pattern",
  368.                 "value": "^BMRI$",
  369.                 "success": true
  370.               }
  371.             ]
  372.           }
  373.         ],
  374.         "transformation": null
  375.       }
  376.     },
  377.     "initialPd": {
  378.       "value": null,
  379.       "trace": null
  380.     },
  381.     "interestCurve": {
  382.       "value": null,
  383.       "trace": {
  384.         "checks": [
  385.           {
  386.             "name": "check interest curve",
  387.             "type": "PropertyCheck",
  388.             "checks": [
  389.               {
  390.                 "type": "Mandatory",
  391.                 "value": false,
  392.                 "success": true
  393.               },
  394.               {
  395.                 "type": "DataType",
  396.                 "value": "string",
  397.                 "success": true,
  398.                 "Ignored": true
  399.               }
  400.             ]
  401.           }
  402.         ],
  403.         "transformation": null
  404.       }
  405.     },
  406.     "interestRate": {
  407.       "value": "0.15",
  408.       "trace": {
  409.         "checks": [
  410.           {
  411.             "name": "check interest rate",
  412.             "type": "PropertyCheck",
  413.             "checks": [
  414.               {
  415.                 "type": "Mandatory",
  416.                 "value": false,
  417.                 "success": true
  418.               },
  419.               {
  420.                 "type": "DataType",
  421.                 "value": "numeric",
  422.                 "success": true
  423.               }
  424.             ]
  425.           }
  426.         ],
  427.         "transformation": null
  428.       }
  429.     },
  430.     "interestSpread": {
  431.       "value": null,
  432.       "trace": {
  433.         "checks": [
  434.           {
  435.             "name": "check interest spread",
  436.             "type": "PropertyCheck",
  437.             "checks": [
  438.               {
  439.                 "type": "Mandatory",
  440.                 "value": false,
  441.                 "success": true
  442.               },
  443.               {
  444.                 "type": "DataType",
  445.                 "value": "numeric",
  446.                 "success": true,
  447.                 "Ignored": true
  448.               }
  449.             ]
  450.           }
  451.         ],
  452.         "transformation": null
  453.       }
  454.     },
  455.     "isRestructured": {
  456.       "value": "FALSE",
  457.       "trace": {
  458.         "checks": [
  459.           {
  460.             "name": "check is restructured",
  461.             "type": "PropertyCheck",
  462.             "checks": [
  463.               {
  464.                 "type": "Mandatory",
  465.                 "value": true,
  466.                 "success": true
  467.               },
  468.               {
  469.                 "type": "DataType",
  470.                 "value": "boolean",
  471.                 "success": true
  472.               }
  473.             ]
  474.           }
  475.         ],
  476.         "transformation": null
  477.       }
  478.     },
  479.     "isSecured": {
  480.       "value": "FALSE",
  481.       "trace": {
  482.         "checks": [
  483.           {
  484.             "name": "check is secured",
  485.             "type": "PropertyCheck",
  486.             "checks": [
  487.               {
  488.                 "type": "Mandatory",
  489.                 "value": true,
  490.                 "success": true
  491.               },
  492.               {
  493.                 "type": "DataType",
  494.                 "value": "boolean",
  495.                 "success": true
  496.               }
  497.             ]
  498.           }
  499.         ],
  500.         "transformation": null
  501.       }
  502.     },
  503.     "limitAmount": {
  504.       "value": "550000000",
  505.       "trace": {
  506.         "checks": [
  507.           {
  508.             "name": "check limit amount",
  509.             "type": "PropertyCheck",
  510.             "checks": [
  511.               {
  512.                 "type": "Mandatory",
  513.                 "value": false,
  514.                 "success": true
  515.               },
  516.               {
  517.                 "type": "DataType",
  518.                 "value": "numeric",
  519.                 "success": true
  520.               }
  521.             ]
  522.           }
  523.         ],
  524.         "transformation": null
  525.       }
  526.     },
  527.     "maturityDate": {
  528.       "value": "2033-05-01",
  529.       "trace": {
  530.         "checks": [
  531.           {
  532.             "name": "check maturity date",
  533.             "type": "PropertyCheck",
  534.             "checks": [
  535.               {
  536.                 "type": "Mandatory",
  537.                 "value": true,
  538.                 "success": true
  539.               },
  540.               {
  541.                 "type": "DataType",
  542.                 "value": "date",
  543.                 "success": true
  544.               }
  545.             ]
  546.           }
  547.         ],
  548.         "transformation": null
  549.       }
  550.     },
  551.     "originContractId": {
  552.       "value": "1200100659700",
  553.       "trace": {
  554.         "checks": [
  555.           {
  556.             "name": "check origin contract Id",
  557.             "type": "PropertyCheck",
  558.             "checks": [
  559.               {
  560.                 "type": "Mandatory",
  561.                 "value": true,
  562.                 "success": true
  563.               },
  564.               {
  565.                 "type": "DataType",
  566.                 "value": "string",
  567.                 "success": true
  568.               }
  569.             ]
  570.           }
  571.         ],
  572.         "transformation": null
  573.       }
  574.     },
  575.     "originSystemId": {
  576.       "value": "EMAS",
  577.       "trace": {
  578.         "checks": [
  579.           {
  580.             "name": "check origin system id",
  581.             "type": "PropertyCheck",
  582.             "checks": [
  583.               {
  584.                 "type": "Mandatory",
  585.                 "value": true,
  586.                 "success": true
  587.               },
  588.               {
  589.                 "type": "DataType",
  590.                 "value": "string",
  591.                 "success": true
  592.               }
  593.             ]
  594.           }
  595.         ],
  596.         "transformation": null
  597.       }
  598.     },
  599.     "outstandingAmount": {
  600.       "value": "541577849.75",
  601.       "trace": {
  602.         "checks": [
  603.           {
  604.             "name": "check outstanding amount",
  605.             "type": "PropertyCheck",
  606.             "checks": [
  607.               {
  608.                 "type": "Mandatory",
  609.                 "value": false,
  610.                 "success": true
  611.               },
  612.               {
  613.                 "type": "DataType",
  614.                 "value": "numeric",
  615.                 "success": true
  616.               }
  617.             ]
  618.           }
  619.         ],
  620.         "transformation": null
  621.       }
  622.     },
  623.     "presentValue": {
  624.       "value": "541577849.75",
  625.       "trace": {
  626.         "checks": [
  627.           {
  628.             "name": "check present value",
  629.             "type": "PropertyCheck",
  630.             "checks": [
  631.               {
  632.                 "type": "Mandatory",
  633.                 "value": false,
  634.                 "success": true
  635.               },
  636.               {
  637.                 "type": "DataType",
  638.                 "value": "numeric",
  639.                 "success": true
  640.               }
  641.             ]
  642.           }
  643.         ],
  644.         "transformation": null
  645.       }
  646.     },
  647.     "presentValueIncludingFeesAndCosts": {
  648.       "value": "541577849.75",
  649.       "trace": {
  650.         "checks": [
  651.           {
  652.             "name": "check present value fee and cost",
  653.             "type": "PropertyCheck",
  654.             "checks": [
  655.               {
  656.                 "type": "Mandatory",
  657.                 "value": false,
  658.                 "success": true
  659.               },
  660.               {
  661.                 "type": "DataType",
  662.                 "value": "numeric",
  663.                 "success": true
  664.               }
  665.             ]
  666.           }
  667.         ],
  668.         "transformation": null
  669.       }
  670.     },
  671.     "principalAmount": {
  672.       "value": "550000000",
  673.       "trace": {
  674.         "checks": [
  675.           {
  676.             "name": "check principal amount",
  677.             "type": "PropertyCheck",
  678.             "checks": [
  679.               {
  680.                 "type": "Mandatory",
  681.                 "value": false,
  682.                 "success": true
  683.               },
  684.               {
  685.                 "type": "DataType",
  686.                 "value": "numeric",
  687.                 "success": true
  688.               }
  689.             ]
  690.           }
  691.         ],
  692.         "transformation": null
  693.       }
  694.     },
  695.     "productSubtype": {
  696.       "value": "KSM-USAN",
  697.       "trace": {
  698.         "checks": [
  699.           {
  700.             "name": "check product subtype",
  701.             "type": "PropertyCheck",
  702.             "checks": [
  703.               {
  704.                 "type": "Mandatory",
  705.                 "value": true,
  706.                 "success": true
  707.               },
  708.               {
  709.                 "type": "DataType",
  710.                 "value": "string",
  711.                 "success": true
  712.               }
  713.             ]
  714.           }
  715.         ],
  716.         "transformation": null
  717.       }
  718.     },
  719.     "productType": {
  720.       "value": "KSM-USAN",
  721.       "trace": {
  722.         "checks": [
  723.           {
  724.             "name": "check product type",
  725.             "type": "PropertyCheck",
  726.             "checks": [
  727.               {
  728.                 "type": "Mandatory",
  729.                 "value": true,
  730.                 "success": true
  731.               },
  732.               {
  733.                 "type": "DataType",
  734.                 "value": "string",
  735.                 "success": true
  736.               }
  737.             ]
  738.           }
  739.         ],
  740.         "transformation": null
  741.       }
  742.     },
  743.     "reportingDate": {
  744.       "value": "2019-02-28",
  745.       "trace": {
  746.         "checks": [
  747.           {
  748.             "name": "check reporting date",
  749.             "type": "PropertyCheck",
  750.             "checks": [
  751.               {
  752.                 "type": "Mandatory",
  753.                 "value": true,
  754.                 "success": true
  755.               },
  756.               {
  757.                 "type": "DataType",
  758.                 "value": "date",
  759.                 "success": true
  760.               }
  761.             ]
  762.           }
  763.         ],
  764.         "transformation": null
  765.       }
  766.     },
  767.     "segment": {
  768.       "value": null,
  769.       "trace": {
  770.         "checks": [
  771.           {
  772.             "name": "check Segment",
  773.             "type": "PropertyCheck",
  774.             "checks": [
  775.               {
  776.                 "type": "Mandatory",
  777.                 "value": false,
  778.                 "success": true
  779.               },
  780.               {
  781.                 "type": "DataType",
  782.                 "value": "string",
  783.                 "success": true,
  784.                 "Ignored": true
  785.               }
  786.             ]
  787.           }
  788.         ],
  789.         "transformation": null
  790.       }
  791.     },
  792.     "startDate": {
  793.       "value": "2018-05-04",
  794.       "trace": {
  795.         "checks": [
  796.           {
  797.             "name": "check start date",
  798.             "type": "PropertyCheck",
  799.             "checks": [
  800.               {
  801.                 "type": "Mandatory",
  802.                 "value": true,
  803.                 "success": true
  804.               },
  805.               {
  806.                 "type": "DataType",
  807.                 "value": "date",
  808.                 "success": true
  809.               }
  810.             ]
  811.           }
  812.         ],
  813.         "transformation": null
  814.       }
  815.     },
  816.     "undrawnAmount": {
  817.       "value": null,
  818.       "trace": {
  819.         "checks": [
  820.           {
  821.             "name": "check undrawn amount",
  822.             "type": "PropertyCheck",
  823.             "checks": [
  824.               {
  825.                 "type": "Mandatory",
  826.                 "value": false,
  827.                 "success": true
  828.               },
  829.               {
  830.                 "type": "DataType",
  831.                 "value": "numeric",
  832.                 "success": true,
  833.                 "Ignored": true
  834.               }
  835.             ]
  836.           }
  837.         ],
  838.         "transformation": null
  839.       }
  840.     },
  841.     "actualAccruedInterestAmount": {
  842.       "value": "6781041.96002",
  843.       "trace": null
  844.     },
  845.     "actualOutstandingAmount": {
  846.       "value": "540661162.71",
  847.       "trace": null
  848.     },
  849.     "additionalFee": {
  850.       "value": null,
  851.       "trace": null
  852.     },
  853.     "belowMarketFlag": {
  854.       "value": null,
  855.       "trace": null
  856.     },
  857.     "buCode": {
  858.       "value": "MB101",
  859.       "trace": null
  860.     },
  861.     "branchCode": {
  862.       "value": "12002",
  863.       "trace": null
  864.     },
  865.     "cashFlowType": {
  866.       "value": "EIP",
  867.       "trace": null
  868.     },
  869.     "costAmount": {
  870.       "value": null,
  871.       "trace": null
  872.     },
  873.     "counterpartyName": {
  874.       "value": "XXXXX XXXXX XXXXXX",
  875.       "trace": null
  876.     },
  877.     "creditConversionFactor": {
  878.       "value": null,
  879.       "trace": null
  880.     },
  881.     "creditRatingScale": {
  882.       "value": null,
  883.       "trace": null
  884.     },
  885.     "currencyIndicator": {
  886.       "value": "1",
  887.       "trace": null
  888.     },
  889.     "currencyRate": {
  890.       "value": "1",
  891.       "trace": null
  892.     },
  893.     "dayCountConvention": {
  894.       "value": "30/360 ISDA",
  895.       "trace": null
  896.     },
  897.     "disbursementAmount": {
  898.       "value": null,
  899.       "trace": null
  900.     },
  901.     "disbursementDate": {
  902.       "value": null,
  903.       "trace": null
  904.     },
  905.     "economicSector": {
  906.       "value": "004190",
  907.       "trace": null
  908.     },
  909.     "facilityType": {
  910.       "value": "N",
  911.       "trace": null
  912.     },
  913.     "fairValue": {
  914.       "value": null,
  915.       "trace": null
  916.     },
  917.     "feeAmount": {
  918.       "value": "0",
  919.       "trace": null
  920.     },
  921.     "gasAccounting": {
  922.       "value": "MICRO BANKING",
  923.       "trace": null
  924.     },
  925.     "gasReporting": {
  926.       "value": null,
  927.       "trace": null
  928.     },
  929.     "golonganDebitur": {
  930.       "value": null,
  931.       "trace": null
  932.     },
  933.     "groupType": {
  934.       "value": "456",
  935.       "trace": null
  936.     },
  937.     "iFreq": {
  938.       "value": "M",
  939.       "trace": null
  940.     },
  941.     "initialCreditRating": {
  942.       "value": null,
  943.       "trace": null
  944.     },
  945.     "installmentAmount": {
  946.       "value": "7697729",
  947.       "trace": null
  948.     },
  949.     "interestRepaymentAmount": {
  950.       "value": null,
  951.       "trace": null
  952.     },
  953.     "interestRepaymentDate": {
  954.       "value": null,
  955.       "trace": null
  956.     },
  957.     "interestRepaymentDayType": {
  958.       "value": null,
  959.       "trace": null
  960.     },
  961.     "interestRepaymentFrequency": {
  962.       "value": null,
  963.       "trace": null
  964.     },
  965.     "interestRepaymentFrequencyNumber": {
  966.       "value": null,
  967.       "trace": null
  968.     },
  969.     "interestScheduleType": {
  970.       "value": "SAME AS PRINCIPAL",
  971.       "trace": null
  972.     },
  973.     "lbuForm": {
  974.       "value": "F11",
  975.       "trace": null
  976.     },
  977.     "ltvRatio": {
  978.       "value": null,
  979.       "trace": null
  980.     },
  981.     "marketRate": {
  982.       "value": null,
  983.       "trace": null
  984.     },
  985.     "maturityBehaviour": {
  986.       "value": "PAYOFF",
  987.       "trace": null
  988.     },
  989.     "observationDate": {
  990.       "value": null,
  991.       "trace": null
  992.     },
  993.     "originCounterpartyId": {
  994.       "value": "2000108363",
  995.       "trace": null
  996.     },
  997.     "originOutstandingAmount": {
  998.       "value": "541577849.75",
  999.       "trace": null
  1000.     },
  1001.     "prepaymentAmount": {
  1002.       "value": null,
  1003.       "trace": null
  1004.     },
  1005.     "prepaymentDate": {
  1006.       "value": null,
  1007.       "trace": null
  1008.     },
  1009.     "principalRepaymentAmount": {
  1010.       "value": null,
  1011.       "trace": null
  1012.     },
  1013.     "principalRepaymentDate": {
  1014.       "value": "10",
  1015.       "trace": null
  1016.     },
  1017.     "principalRepaymentDayType": {
  1018.       "value": "SPECIAL DATE",
  1019.       "trace": null
  1020.     },
  1021.     "principalRepaymentFrequency": {
  1022.       "value": "M",
  1023.       "trace": null
  1024.     },
  1025.     "principalRepaymentFrequencyNumber": {
  1026.       "value": "1",
  1027.       "trace": null
  1028.     },
  1029.     "principalScheduleType": {
  1030.       "value": "FIXED",
  1031.       "trace": null
  1032.     },
  1033.     "psakClassification": {
  1034.       "value": "LAR",
  1035.       "trace": null
  1036.     },
  1037.     "purposeCode": {
  1038.       "value": "MK099",
  1039.       "trace": null
  1040.     },
  1041.     "recoveryAmount": {
  1042.       "value": null,
  1043.       "trace": null
  1044.     },
  1045.     "recoveryDate": {
  1046.       "value": null,
  1047.       "trace": null
  1048.     },
  1049.     "restPeriodType": {
  1050.       "value": null,
  1051.       "trace": null
  1052.     },
  1053.     "restructureDate": {
  1054.       "value": null,
  1055.       "trace": null
  1056.     },
  1057.     "restructureFlag": {
  1058.       "value": "FALSE",
  1059.       "trace": null
  1060.     },
  1061.     "restructureSignificant": {
  1062.       "value": null,
  1063.       "trace": null
  1064.     },
  1065.     "secId": {
  1066.       "value": null,
  1067.       "trace": null
  1068.     },
  1069.     "status": {
  1070.       "value": "1",
  1071.       "trace": null
  1072.     },
  1073.     "typeOfBonds": {
  1074.       "value": null,
  1075.       "trace": null
  1076.     },
  1077.     "unamortizeFeeSourceSystem": {
  1078.       "value": "0",
  1079.       "trace": null
  1080.     },
  1081.     "writeOffDate": {
  1082.       "value": null,
  1083.       "trace": null
  1084.     },
  1085.     "writeOffFlag": {
  1086.       "value": "FALSE",
  1087.       "trace": null
  1088.     },
  1089.     "additionalFeeDate": {
  1090.       "value": null,
  1091.       "trace": {
  1092.         "checks": null,
  1093.         "transformation": {
  1094.           "result": null,
  1095.           "type": "None"
  1096.         }
  1097.       }
  1098.     },
  1099.     "defaultDate": {
  1100.       "value": null,
  1101.       "trace": {
  1102.         "checks": null,
  1103.         "transformation": {
  1104.           "result": null,
  1105.           "type": "None"
  1106.         }
  1107.       }
  1108.     },
  1109.     "exposureAtDefault": {
  1110.       "value": null,
  1111.       "trace": {
  1112.         "checks": null,
  1113.         "transformation": {
  1114.           "result": null,
  1115.           "type": "None"
  1116.         }
  1117.       }
  1118.     },
  1119.     "monthlyAccruedInterest": {
  1120.       "value": null,
  1121.       "trace": {
  1122.         "checks": null,
  1123.         "transformation": {
  1124.           "result": null,
  1125.           "type": "None"
  1126.         }
  1127.       }
  1128.     },
  1129.     "writeOffAmount": {
  1130.       "value": null,
  1131.       "trace": {
  1132.         "checks": null,
  1133.         "transformation": {
  1134.           "result": null,
  1135.           "type": "None"
  1136.         }
  1137.       }
  1138.     },
  1139.     "exposureId": {
  1140.       "value": null,
  1141.       "trace": {
  1142.         "checks": null,
  1143.         "transformation": {
  1144.           "result": null,
  1145.           "type": "None"
  1146.         }
  1147.       }
  1148.     },
  1149.     "glNumber": {
  1150.       "value": null,
  1151.       "trace": {
  1152.         "checks": null,
  1153.         "transformation": {
  1154.           "result": null,
  1155.           "type": "None"
  1156.         }
  1157.       }
  1158.     }
  1159.   },
  1160.   "quality": {
  1161.     "qualityIndex": 5
  1162.   },
  1163.   "messageId": "b94de1f5-429a-415f-86f8-279d87fa749c",
  1164.   "messageType": "TitaniumStream"
  1165. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement