Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

smart contracts in vault

Vinay Rawal answered on March 11, 2023 Popularity 3/10 Helpfulness 3/10

Contents


More Related Answers

  • Smart contracts
  • connecting smart contracts to metamask
  • 3 major components of vault contracts
  • Smart Contracts themselves have five key properties:
  • Accessing Smart Contracts
  • three ways by which we load Smart Contracts into Vault

  • smart contracts in vault

    0

    Smart Contracts themselves have five key properties:

    1. First, they are transparent. This is because the financial logic of a banking product is fully encapsulated and described in the Smart Contract code. By looking at the code, the user will be able to fully understand exactly what the behaviour will be for their banking product in areas such as interest calculation, fees and more.

    2. Second, they are configured as code. They are written in a subset of Python that enables the flexibility of code, whilst also exposing common functions (for example, make a posting) via the Contracts API. By having configuration as code, the user will be able to fine tune their banking products to your exact requirements by changing Smart Contract code.

    3. Third, they are autonomous. You want certain account lifecycle events to execute at specific times, such as interest accrual. For other lifecycle events, such as fee accrual, the users may want them to only occur when the customer makes a specific type of outbound or inbound payment. Smart Contracts will autonomously carry out such activities according to the code that is written in the Smart Contract.

    4. Fourth, they are parameterisable. Logic is driven by parameters at the instance, template, global and product levels.

    5. Finally, Smart Contracts are flexible. Using parameters and flags, it can instantly update financial calculations and logic using our synchronous public APIs.   

    Popularity 3/10 Helpfulness 3/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Mar 11 2023
    Vinay Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.