WorkInfosysBTNConsolidated ReportDraft Development

 - Impacted Services:  - my-account-service  - my-account-management-service

  • data contract:
{  
  "managedAssets": [  
    {  
      "assetCategory": "FUNDS",  
      "label": {  
        "id": "Simpanan",  
        "en": "Funds"  
      },  
      "assetType": [  
        {  
          "code": "SAVINGS",  
          "label": {  
            "id": "Tabungan",  
            "en": "Savings"  
          },  
          "accountCount": 4,  
          "totalIdr": 3065000000.65  
        },  
        {  
          "productCode": "CURRENT",  
          "label": {  
            "id": "Giro",  
            "en": "Current Account"  
          },  
          "accountCount": 2,  
          "totalIdr": 10886000500  
        },  
        {  
          "productCode": "DEPOSIT",  
          "label": {  
            "id": "Deposito",  
            "en": "Deposit"  
          },  
          "accountCount": 2,  
          "totalIdr": 10886000500  
        }  
      ]  
    },  
    {  
      "assetCategory": "OBLIGATIONS",  
      "label": {  
        "id": "Kewajiban",  
        "en": "Obligations"  
      },  
      "assetType": [  
        {  
          "code": "CONSUMPTIVE_CREDIT",  
          "label": {  
            "id": "Kredit Konsumtif",  
            "en": "Consumptive Credit"  
          },  
          "accountCount": 1,  
          "totalIdr": 3065000000.65  
        },  
        {  
          "code": "PRODUCTIVE_CREDIT",  
          "label": {  
            "id": "Kredit Produktif",  
            "en": "Productive Credit"  
          },  
          "accountCount": 1,  
          "totalIdr": 3065000000.65  
        }  
      ]  
    }  
  ]  
}


  • system diagram
    architecture-beta
    group api(cloud)[API]
    
    service db(database)[Database] in api
    service disk1(disk)[Storage] in api
    service disk2(disk)[Storage] in api
    service server(server)[Server] in api
    
    db:L -- R:server
    disk1:T -- B:server
    disk2:T -- B:db
    
    
Built with LogoFlowershow