My Portfolio
    • Introduction
    • Getting Started
    • Users
    • Roles
      • Create Role
        POST
    • Schemas
      • Users
      • Roles
      • Permissions
      • Owners
      • Banks
      • Brokers
      • Issuers
      • Deposits
      • Stocks
      • Stock Transactions
      • Savings
      • Insurances

    Insurances

    {
        "_id": "string",
        "rollover_id": "string",
        "owner_id": "string",
        "base_date": "string",
        "tenor": 0,
        "maturity_date": "string",
        "notes": "string",
        "placement": {
            "date": "string",
            "amount": "string",
            "bank_id": "string",
            "account_id": "string",
            "source": {
                "bank_id": "string",
                "account_id": "string"
            }
        },
        "interest_info": {
            "type": "string",
            "rollover": "string",
            "gross": "string",
            "tax_rate": "string",
            "tax_amount": "string",
            "net": "string",
            "recipient": {
                "bank_id": "string",
                "account_id": "string"
            }
        },
        "interest_received": [
            {
                "date": "string",
                "gross_interest": "string",
                "tax_rate": "string",
                "tax_amount": "string",
                "net_interest": "string",
                "recipient": {
                    "bank_id": "string",
                    "account_id": "string"
                }
            }
        ],
        "cashback_info": [
            {
                "date": "string",
                "rate": 0,
                "amount": 0
            }
        ],
        "cashback_received": [
            {
                "date": "string",
                "rate": 0,
                "amount": 0,
                "recipient": {
                    "bank_id": "string",
                    "account_id": "string"
                }
            }
        ],
        "withdrawal_info": {
            "bank_id": "string",
            "account_id": "string"
        },
        "withdrawal": {
            "date": "string",
            "amount": "string",
            "recipient": {
                "bank_id": "string",
                "account_id": "string"
            }
        }
    }
    Built with