All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eedm.account-funds-available-transactions.v11.0.account-funds-available-transactions.json Maven / Gradle / Ivy

{
  "title" : "Account Funds Available Transactions",
  "description" : "A check on the availability of funds for all accounts involved in transactions.",
  "type" : "object",
  "properties" : {
    "transactions" : {
      "title" : "Transactions",
      "description" : "A list of associated general ledger transactions.",
      "type" : "array",
      "minItems" : 1,
      "items" : {
        "type" : "object",
        "properties" : {
          "type" : {
            "title" : "Type",
            "description" : "The type of the general ledger transaction (e.g. journal entry, encumbrance, budget).",
            "enum" : [ "approvedBudget", "contingentBudget", "approvedBudgetAdjustment", "temporaryBudget", "temporaryBudgetAdjustment", "encumbranceOpenBalance", "generalEncumbranceCreate", "generalEncumbranceAdjust", "generalEncumbranceLiquidation", "generalEncumbranceClose", "payrollEncumbranceCreate", "payrollEncumbranceAdjust", "payrollEncumbranceLiquidation", "payrollEncumbranceClose", "travelEncumbranceCreate", "travelEncumbranceAdjust", "travelEncumbranceClose", "donation", "donationEndowed", "pledge", "pledgeEndowed", "financialAidTransmittal", "studentCharge", "studentInvoice", "studentPayment", "grantCharge", "grantInvoice", "grantPayment", "otherCharge", "otherInvoice", "otherPayment", "paymentAllocation", "depositAllocation", "miscCashReceipt", "cashDisbursement", "purchaseCardCharge", "miscGeneralLedgerTransaction", "purchaseJournal", "travelAdvance", "travelExpense", "yearEndCloseEntry", "payroll", "payrollWithLiquidation", "actualOpenBalance" ],
            "type" : "string"
          },
          "transactionDate" : {
            "title" : "Transaction Date",
            "description" : "The date on which the transaction is to occur.",
            "oneOf" : [ {
              "type" : "string",
              "format" : "date-time",
              "pattern" : "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])T(2[0-3]|[0-1][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|[+-](?:2[0-3]|[0-1][0-9]):[0-5][0-9])?$"
            }, {
              "type" : "string",
              "maxLength" : 0
            } ]
          },
          "transactionDetailLines" : {
            "title" : "Transaction Detail Lines",
            "description" : "The detailed accounting lines associated with the transaction.",
            "type" : "array",
            "minItems" : 1,
            "items" : {
              "type" : "object",
              "properties" : {
                "accountingString" : {
                  "title" : "Accounting String",
                  "description" : "The accounting string associated with the transaction detail line.",
                  "type" : "string",
                  "minLength" : 1
                },
                "fundsAvailable" : {
                  "title" : "Funds Available",
                  "description" : "Status of the availability of funds.",
                  "oneOf" : [ {
                    "type" : "string",
                    "enum" : [ "available", "notAvailable", "overrideAvailable", "invalidAccountingString", "notApplicable" ]
                  }, {
                    "type" : "string",
                    "maxLength" : 0
                  } ]
                },
                "type" : {
                  "title" : "Type",
                  "description" : "The type of detailed accounting line (credit/debit).",
                  "enum" : [ "credit", "debit" ],
                  "type" : "string"
                },
                "amount" : {
                  "title" : "Amount",
                  "description" : "The amount of the credit or debit.",
                  "format" : "currency",
                  "type" : "object",
                  "properties" : {
                    "value" : {
                      "title" : "Value",
                      "description" : "The monetary value",
                      "type" : "number"
                    },
                    "currency" : {
                      "title" : "Currency",
                      "description" : "The ISO 4217 currency code",
                      "enum" : [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTN", "BWP", "BYR", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "INR", "IQD", "IRR", "ISK", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRO", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STD", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW", "ZWL" ],
                      "type" : "string"
                    }
                  },
                  "additionalProperties" : false,
                  "required" : [ "value", "currency" ]
                },
                "submittedBy" : {
                  "title" : "Submitted By",
                  "description" : "The person who made the submit request.",
                  "oneOf" : [ {
                    "type" : "object",
                    "properties" : {
                      "id" : {
                        "title" : "ID",
                        "description" : "The global identifier for the Submitted By.",
                        "type" : "string",
                        "format" : "guid",
                        "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
                      }
                    },
                    "links" : [ {
                      "rel" : "self",
                      "href" : "/persons/{id}",
                      "targetSchema" : {
                        "$ref" : "persons.json#"
                      }
                    } ],
                    "additionalProperties" : false,
                    "required" : [ "id" ]
                  }, {
                    "type" : "object",
                    "maxProperties" : 0
                  } ]
                },
                "referenceDocument" : {
                  "title" : "Reference Document",
                  "description" : "The reference document that may be liquidated or adjusted with the account funds available transaction request.",
                  "oneOf" : [ {
                    "type" : "object",
                    "properties" : {
                      "encumbranceNumber" : {
                        "title" : "Encumbrance Number",
                        "description" : "The encumbrance number of the reference document.",
                        "type" : "string",
                        "minLength" : 1
                      },
                      "itemNumber" : {
                        "title" : "Item Number",
                        "description" : "The item number of the reference document.",
                        "type" : "string"
                      },
                      "sequenceNumber" : {
                        "title" : "Sequence Number",
                        "description" : "The sequence number of the reference document.",
                        "type" : "string"
                      }
                    },
                    "additionalProperties" : false,
                    "required" : [ "encumbranceNumber" ]
                  }, {
                    "type" : "object",
                    "maxProperties" : 0
                  } ]
                }
              },
              "additionalProperties" : false,
              "required" : [ "accountingString", "type", "amount" ]
            }
          }
        },
        "additionalProperties" : false,
        "required" : [ "type", "transactionDetailLines" ]
      }
    },
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    }
  },
  "required" : [ "transactions" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy