JPH0785177A - System for managing interest number - Google Patents

System for managing interest number

Info

Publication number
JPH0785177A
JPH0785177A JP18350793A JP18350793A JPH0785177A JP H0785177 A JPH0785177 A JP H0785177A JP 18350793 A JP18350793 A JP 18350793A JP 18350793 A JP18350793 A JP 18350793A JP H0785177 A JPH0785177 A JP H0785177A
Authority
JP
Japan
Prior art keywords
interest
interest rate
date
record
account
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP18350793A
Other languages
Japanese (ja)
Other versions
JP2853526B2 (en
Inventor
Hiroshi Fujioka
寛 藤岡
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP18350793A priority Critical patent/JP2853526B2/en
Publication of JPH0785177A publication Critical patent/JPH0785177A/en
Application granted granted Critical
Publication of JP2853526B2 publication Critical patent/JP2853526B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

PURPOSE:To prevent an error of interest numbers from being caused even when number of times of revision of an interest rate is increased attended with liberalized interest rate of a floating deposit. CONSTITUTION:A job processing section 16 reference an interest rate table 19 based on deposit transaction information from a terminal equipment 15 to register an interest product number for each interest rate to an interest product number record to be chained to an account master record of a ledger database 12. An interest rate registration processing section 17 adds a new entry comprising a start date, an end data and an interest rate to an interest rate database 14 and reflects the content of the interest rate database 14 onto the interest rate table 19. An accounting date processing section 18 multiplies the interest product number of the interest product number record of each account with a corresponding interest rate of the interest rate table 19 respectively and obtains the total sum of the accounts to calculate an interest and the interest is depositted at the accounting data to update the residual amount of the account master record and the newest updating date.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はバンキングオンラインシ
ステムに関し、特に利率の変更を伴う預金の利息積数を
管理する利息積数管理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a banking online system, and more particularly to an interest product number management system for managing the interest product number of deposits accompanied by changes in interest rates.

【0002】[0002]

【従来の技術】従来、流動性預金の利率は規制されてお
り、時折実施される公定歩合の変動時を除いては利率の
変動は発生しなかった。ところが、金融自由化の流れの
中で自由金利の流動性預金が導入され、定期的な利率の
変更が行われるようになってきている。
2. Description of the Related Art Conventionally, the interest rate of liquid deposits has been regulated, and the interest rate has not changed except when the official discount rate changes from time to time. However, in the process of financial liberalization, liquid deposits with free interest rates have been introduced, and interest rates are being changed regularly.

【0003】従来の利息積数管理方式では、流動性預金
の利率がほぼ固定であったので、利息の計算の簡単化の
ために元帳データベースにおいて口座ごとに(前回の取
引後の残高)×(次回の決算日までの預け日数)の値を
先付けで利息積数と称して記憶していた。例えば、図3
の元帳データベース32の口座レコードには、前回の取
引後の残高が次回の決算日(例えば、年2回)まで変わ
らなかった場合の利息積数を計算した値が記録されてい
た。
In the conventional interest product number management method, the interest rate of liquid deposits is almost fixed. Therefore, in order to simplify the calculation of interest, each account in the ledger database (balance after the previous transaction) x ( The value of (the number of deposits until the next closing date) was memorized by calling it the interest product. For example, in FIG.
In the account record of the ledger database 32, the value obtained by calculating the product of interest when the balance after the previous transaction did not change until the next closing date (for example, twice a year) was recorded.

【0004】図3において、端末装置33から入出金取
引情報が入力されると、データ処理装置31の業務アプ
リケーションプログラム34は、入力された入出金取引
情報に従って元帳データベース32から口座レコードを
検索して入力し、今回の取引により変化した残高に応じ
て利息積数を先付けで再計算して元帳データベース32
の口座レコードの利息積数の更新を行っていた。
In FIG. 3, when deposit / withdrawal transaction information is input from the terminal device 33, the business application program 34 of the data processing device 31 retrieves an account record from the ledger database 32 according to the input deposit / withdrawal transaction information. Enter and recalculate the product of interest in advance according to the balance changed by this transaction, and the ledger database 32
I was updating the product of interest on my account record.

【0005】また、元帳データベース32の口座レコー
ドを前回更新した日(取引日または決算日)から今回の
取引日までの間に利率の変更があった場合は、利率の変
更前までの利息積数を求めて、利率変更後の利息積数に
旧利率/新利率の値を乗じて加算することにより、新利
率換算に計算し直して、元帳データベース32の口座レ
コードの利息積数を更新していた。
If the interest rate is changed from the date (transaction date or settlement date) when the account record in the ledger database 32 was last updated to the current transaction date, the number of interest products before the interest rate change Is calculated by multiplying the interest rate product after the interest rate change by the value of the old interest rate / new interest rate, and the new interest rate conversion is recalculated to update the interest product number of the account record in the ledger database 32. It was

【0006】[0006]

【発明が解決しようとする課題】上述した従来の利息積
数管理方式は、利息積数の値を口座ごとに1つだけ管理
していたので、利率の変更回数が少ない場合には旧利率
/新利率の値を乗じる計算式でも対応可能であるが、利
率の変更回数が増えた場合には誤差が無視できない値と
なってくるという問題点があった。
The above-mentioned conventional interest rate product number management system manages only one value of the interest rate product for each account, so if the number of changes in interest rate is small, the old interest rate / A calculation formula that multiplies the value of the new interest rate can be used, but there is a problem that the error becomes a value that cannot be ignored when the number of changes of the interest rate increases.

【0007】本発明の目的は、上述の点に鑑み、利息積
数を預け実績に応じた後付けで計算しかつ利率適用期間
別に管理するようにして、流動性預金の自由金利化に伴
い利率の変更回数が増えた場合でも誤差が発生しないよ
うにした利息積数管理方式を提供することにある。
In view of the above points, the object of the present invention is to calculate the number of interest products by retrofitting according to the actual deposits, and to manage the interest rate according to the period of interest application. It is to provide an interest product number management method that prevents an error from occurring even when the number of changes is increased.

【0008】[0008]

【課題を解決するための手段】本発明の利息積数管理方
式は、取引情報を入出力する端末装置と、口座番号,残
高,最新更新日を含む口座マスタレコードに複数の利息
積数フィールドからなる利息積数レコードがチェインさ
れてなる元帳データベースと、開始日,終了日および利
率からなるエントリを複数含む利率テーブルと、前記端
末装置から入力された入出金取引情報に基づいて前記元
帳データベースから口座マスタレコードを検索し、該口
座マスタレコード中の最新更新日が開始日と終了日との
間に含まれるエントリを前記利率テーブルから検索し、
該エントリの利率に基づいて利息積数を計算し該口座マ
スタレコードからチェインされる利息積数レコードの該
エントリに対応する利息積数フィールドに登録し、これ
を取引日が開始日と終了日との間に含まれるエントリま
で繰り返す業務処理部とを有する。
According to the interest volume management method of the present invention, a terminal device for inputting / outputting transaction information and an account master record including an account number, a balance, and a latest update date are used in a plurality of interest volume fields. A ledger database in which interest product number records are chained, an interest rate table including a plurality of entries including a start date, an end date, and an interest rate, and an account from the ledger database based on deposit / withdrawal transaction information input from the terminal device. Searching the master record, and searching the interest rate table for an entry in which the latest update date in the account master record is included between the start date and the end date,
The interest product number is calculated based on the interest rate of the entry, and is registered in the interest product number field corresponding to the entry of the interest product number record chained from the account master record. And a business processing unit that repeats up to an entry included between the two.

【0009】また、本発明の利息積数管理方式は、決算
日に各口座の利息積数レコードの利息積数と対応する前
記利率テーブルの利率とをそれぞれ掛けて総和をとるこ
とにより利息を計算し、その利息を決算日の日付で入金
処理し口座マスタレコードの残高および最新更新日を更
新する決算日処理部を含む。
In the interest product number management method of the present invention, the interest is calculated by multiplying the interest product number of the interest product number record of each account by the interest rate of the corresponding interest rate table on the settlement date to obtain the sum. Then, it includes a settlement date processing unit for depositing the interest on the date of the settlement date and updating the balance and the latest update date of the account master record.

【0010】さらに、本発明の利息積数管理方式は、前
記端末装置から入力された利率登録取引情報に基づいて
利率データベースに開始日,終了日および利率からなる
新たなエントリを追加するとともに、この利率データベ
ースの内容を前記利率テーブルに反映する利率登録処理
部を含む。
Further, in the interest product number management method of the present invention, a new entry including a start date, an end date and an interest rate is added to the interest rate database based on the interest rate registration transaction information input from the terminal device. An interest rate registration processing unit that reflects the contents of the interest rate database in the interest rate table is included.

【0011】[0011]

【実施例】次に、本発明について図面を参照して詳細に
説明する。
The present invention will be described in detail with reference to the drawings.

【0012】図1は、本発明の一実施例に係る利息積数
管理方式の構成を示すブロック図である。本実施例の利
息積数管理方式は、データ処理装置10と、元帳データ
ベース12と、メモリ13と、利率データベース14
と、端末装置15とから、その主要部が構成されてい
る。
FIG. 1 is a block diagram showing the structure of an interest product number management system according to an embodiment of the present invention. The interest product volume management method of the present embodiment includes a data processing device 10, a ledger database 12, a memory 13, and an interest rate database 14.
And the terminal device 15 constitute a main part thereof.

【0013】データ処理装置10は、中央処理装置であ
り、業務処理部16,利率登録処理部17および決算日
処理部18からなる業務アプリケーションプログラム1
1を搭載している。
The data processing unit 10 is a central processing unit, and is a business application program 1 including a business processing unit 16, an interest rate registration processing unit 17, and a settlement date processing unit 18.
It is equipped with 1.

【0014】元帳データベース12は、磁気ディスク装
置上に実現され、図2に示すように、口座マスタレコー
ド21に利息積数レコード22がチェインされた2階層
のデータ構造を持つデータベースである。口座マスタレ
コード21は口座番号,残高および最新更新日の各フィ
ールドからなり、利息積数レコード22は複数の利息積
数フィールドからなる。
The ledger database 12 is a database realized on a magnetic disk device and having a two-layer data structure in which an interest product number record 22 is chained to an account master record 21 as shown in FIG. The account master record 21 is composed of fields of account number, balance and latest update date, and the interest product record 22 is composed of a plurality of interest product fields.

【0015】利率データベース14は、磁気ディスク装
置を用いて構成されている。
The interest rate database 14 is constructed by using a magnetic disk device.

【0016】利率テーブル19は、利率データベース1
4の内容をメモリ13上に展開することにより実現さ
れ、図2に示すように、エントリ番号,開始日,終了日
および利率からなる複数のエントリで構成されている。
利率テーブル19の各エントリは、元帳データベース1
2の利息積数レコード22の利息積数フィールドに一対
一に対応している。例えば、利率テーブル19の4番目
のエントリは、利息積数レコード22の4番目の利息積
数フィールドに対応する。
The interest rate table 19 is the interest rate database 1
This is realized by expanding the contents of No. 4 in the memory 13, and as shown in FIG. 2, it is composed of a plurality of entries including an entry number, a start date, an end date, and an interest rate.
Each entry in the interest rate table 19 corresponds to the ledger database 1
There is a one-to-one correspondence with the interest product number field of the interest product number record 22 of 2. For example, the fourth entry in the interest rate table 19 corresponds to the fourth interest product number field of the interest product number record 22.

【0017】次に、このように構成された本実施例の利
息積数管理方式の動作について説明する。
Next, the operation of the interest product number management system of the present embodiment having the above-described configuration will be described.

【0018】(1) 端末装置15から入出金取引情報
が入力された場合
(1) When deposit / withdrawal transaction information is input from the terminal device 15

【0019】端末装置15から口座に対する入出金取引
情報が入力されると、業務アプリケーションプログラム
11の業務処理部16は、入力された入出金取引情報の
口座番号から元帳データベース12の口座マスタレコー
ド21を検索し、入出金取引情報の内容に従い入力項目
のチェック,入出金処理等の業務処理を行う。
When deposit / withdrawal transaction information for an account is input from the terminal device 15, the business processing unit 16 of the business application program 11 retrieves the account master record 21 of the ledger database 12 from the account number of the input deposit / withdrawal transaction information. It searches and performs business processing such as checking input items and deposit / withdrawal processing according to the contents of deposit / withdrawal transaction information.

【0020】いま、図2に例示するように、入出金取引
情報が入力された口座の更新前の内容では、口座マスタ
レコード21に保持されている残高は10,000円、
最新更新日は1993年2月16日であったものとす
る。また、入出金取引情報は、取引日が1993年4月
9日で、10,000円の入金を行うものであったとす
る。
Now, as illustrated in FIG. 2, in the contents before the update of the account to which the deposit / withdrawal transaction information is input, the balance held in the account master record 21 is 10,000 yen,
It is assumed that the latest update date was February 16, 1993. Further, it is assumed that the deposit / withdrawal transaction information indicates that the transaction date is April 9, 1993, and a deposit of 10,000 yen is made.

【0021】業務処理部16は、口座マスタレコード2
1の最新更新日(19930216)が開始日と終了日
との間に含まれるエントリを利率テーブル19から検索
する。図2に示す例の場合は、2番目のエントリが検索
される。次に、業務処理部16は、最新更新日(199
30216)から検索されたエントリの終了日(199
30228)までの預け期間(13日)の利息積数(1
0000×13=130000)を計算し、利息積数レ
コード22の2番目の利息積数フィールドの利息積数1
50000に加算して280000とする。
The business processing unit 16 uses the account master record 2
The interest rate table 19 is searched for an entry in which the latest update date (19930216) of 1 is included between the start date and the end date. In the case of the example shown in FIG. 2, the second entry is searched. Next, the business processing unit 16 determines the latest update date (199
End date of the entry retrieved from 30216) (199
30228) The product of interest (1 day) during the deposit period (13 days)
0000 × 13 = 130,000), and the product of interest 1 in the second product of interest field of the product of interest record 22 is 1
Add to 50,000 to get 280000.

【0022】次に、業務処理部16は、利率テーブル1
9の次のエントリ(例の場合は、3番目)を検索し、エ
ントリの開始日(19930301)および終了日(1
9930409)は最新更新日(19930216)か
ら取引日(19930409)までの間に含まれるの
で、この利率適用期間(35日)についても利息積数
(10000×35=350000)の計算を行い、利
息積数レコード22の3番目の利息積数フィールドを更
新する。
Next, the business processing section 16 uses the interest rate table 1
The entry next to 9 (the third entry in the example) is searched, and the entry start date (19930301) and end date (1
9930409) is included between the latest update date (19930216) and the transaction date (19930409), the interest product number (10000 × 35 = 350,000) is calculated for this interest rate application period (35 days) as well. Update the third product of interest field in number record 22.

【0023】さらに、業務処理部16は、利率テーブル
19の次のエントリ(例の場合は、4番目)を検索する
が、このエントリの終了日(19930505)と取引
日(19930409)とを比較すると、終了日の方が
大きいため、開始日(19930405)から取引日
(19930409)までの預け期間(4日)(取引日
自体は含まれない)までの利息積数(10000×4=
40000)を計算して、利息積数レコード22の4番
目の利息積数フィールドを更新する。
Further, the business processing unit 16 searches for the next entry (fourth in the example) of the interest rate table 19, and if the end date (19930505) of this entry is compared with the transaction date (19930409). Since the end date is larger, the number of interest products (10000 × 4 =) from the start date (19930405) to the transaction date (19930409) up to the deposit period (4 days) (the transaction date itself is not included)
40000) to update the fourth product of interest field of the product of interest record 22.

【0024】この後、業務処理部16は、口座マスタレ
コード21の残高を更新前の残高(10000)に入金
額(10000)を加算して20000に更新するとと
もに、最新更新日を取引日(19930409)に更新
し、口座マスタレコード21および利息積数レコード2
2を元帳データベース12に書き戻して、処理を終了す
る。
After that, the business processing unit 16 updates the balance of the account master record 21 to 20000 by adding the deposit amount (10000) to the balance (10000) before updating, and updates the latest update date to the transaction date (19930409). ), The account master record 21 and the product interest record 2
2 is written back to the ledger database 12 and the process ends.

【0025】このように、利率テーブル19のエントリ
の開始日および終了日によって指定された利率適用期間
ごとに利息積数を管理することで、利率ごとに利息積数
を管理することができる。
As described above, the product of interest can be managed for each interest rate by managing the product of interest for each interest rate application period designated by the start date and the end date of the entry in the interest rate table 19.

【0026】(2) 端末装置15から利率登録取引情
報が入力された場合
(2) When interest rate registration transaction information is input from the terminal device 15

【0027】端末装置15から利率登録取引情報が入力
されると、業務アプリケーションプログラム11の利率
登録処理部17は、入力された利率登録取引情報に基づ
いて利率データベース14および利率テーブル13の更
新を行う。詳しくは、利率登録処理部17は、利率デー
タベース14の利率が登録されている最終のエントリの
次のエントリに利率登録取引情報に基づく新たな開始
日,終了日および利率を登録するとともに、直前のエン
トリの終了日に新たな開始日の1つ前の日付を記録す
る。その後、利率登録処理部17は、利率データベース
14と同一の内容をメモリ13上の利率テーブル19に
反映して処理を終了する。
When the interest rate registration transaction information is input from the terminal device 15, the interest rate registration processing section 17 of the business application program 11 updates the interest rate database 14 and the interest rate table 13 based on the input interest rate registration transaction information. . Specifically, the interest rate registration processing unit 17 registers a new start date, end date, and interest rate based on the interest rate registration transaction information in the entry next to the last entry in the interest rate database 14 in which the interest rate is registered. Record the date before the new start date on the entry end date. After that, the interest rate registration processing unit 17 reflects the same contents as the interest rate database 14 on the interest rate table 19 on the memory 13 and ends the process.

【0028】(3) 決算日の処理(3) Closing date processing

【0029】決算日になると、業務アプリケーションプ
ログラム11の決算日処理部18は、各口座の利息積数
レコード22の各利息積数フィールドの利息積数と対応
する利率テーブル19の各エントリの利率とをそれぞれ
掛けて総和をとることにより利息を計算し、その利息を
決算日の日付で入金処理し、口座マスタレコード21の
残高および最新更新日を更新する。また、決算日処理部
18は、利息積数レコード22の利息積数フィールドを
すべて0クリアする。
When the settlement date comes, the settlement date processing unit 18 of the business application program 11 determines the interest rate of each entry in the interest rate table 19 corresponding to the interest rate of interest in the interest rate field of the interest rate record 22 of each account. The interest is calculated by multiplying each by and the sum is calculated, and the interest is deposited on the date of the settlement date, and the balance and latest update date of the account master record 21 are updated. Further, the settlement date processing unit 18 clears all the interest product number fields of the interest product number record 22 to zero.

【0030】元帳データベース12のすべての口座マス
タレコード21および利息積数レコード22に対する処
理を終了すると、決算日処理部18は、利率テーブル1
9の最新の利率が登録されているエントリを先頭エント
リに移した後に、残りのエントリをすべて0クリアす
る。
When all the account master records 21 and the interest product number records 22 in the ledger database 12 have been processed, the settlement date processing unit 18 makes the interest rate table 1
After the entry in which the latest interest rate of 9 is registered is moved to the top entry, the remaining entries are all cleared to 0.

【0031】[0031]

【発明の効果】以上説明したように本発明は、元帳デー
タベースを口座マスタレコードから利息積数レコードが
チェインされてなる2階層のデータ構造とするととも
に、開始日,終了日および利率からなるエントリを複数
含む利率テーブルを設け、業務処理部が利率ごとに利息
積数を計算して管理するようにしたことにより、元帳デ
ータベースにおいて利息積数を利率適用期間別に管理す
ることができ、流動性預金の自由金利化に伴い利率の変
更回数が増えた場合にも誤差が発生しないという効果が
ある。
As described above, according to the present invention, the ledger database has a two-layer data structure in which the product of interest records are chained from the account master record, and the entry including the start date, the end date and the interest rate is provided. By setting up an interest rate table that includes multiple items and allowing the business processing department to calculate and manage the number of interest products for each interest rate, it is possible to manage the number of interest products in the ledger database by interest rate application period and Even if the number of changes in the interest rate increases with the free interest rate, there is an effect that no error occurs.

【0032】また、利息積数を後付けで計算するととも
に決算日処理部が各口座の利息積数と利率とをそれぞれ
掛けて総和をとることにより利息を計算するようにした
ことにより、利率変更後の利息積数に旧利率/新利率の
値を乗じて加算して新利率換算に計算し直す必要がなく
なるので、業務アプリケーションプログラムが容易に作
成できるという効果がある。
In addition, after calculating the interest product number, the settlement date processing unit calculates the interest by multiplying the interest product number of each account by the interest rate and calculating the sum, thereby changing the interest rate. Since there is no need to multiply the interest product of 1 by the value of old interest rate / new interest rate and add it to calculate new interest rate again, there is an effect that a business application program can be easily created.

【0033】さらに、利率登録処理部が利率登録取引情
報に基づいて利率データベースに開始日,終了日および
利率からなる新たなエントリを追加するとともに、この
利率データベースの内容を利率テーブルに反映するよう
にしたことにより、利率およびその適用期間の登録を容
易に行うことができるという効果がある。
Further, the interest rate registration processing unit adds a new entry including a start date, an end date and an interest rate to the interest rate database based on the interest rate registration transaction information, and reflects the contents of this interest rate database in the interest rate table. By doing so, there is an effect that the interest rate and the applicable period can be easily registered.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例に係る利息積数管理方式の構
成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of an interest product volume management system according to an embodiment of the present invention.

【図2】本実施例の利息積数管理方式における利率テー
ブルの内容および元帳データベースの更新方法を説明す
る図である。
FIG. 2 is a diagram illustrating contents of an interest rate table and a method of updating a ledger database in the interest product number management method of the present embodiment.

【図3】従来の技術を示すブロック図である。FIG. 3 is a block diagram showing a conventional technique.

【符号の説明】[Explanation of symbols]

10 データ処理装置 11 業務アプリケーションプログラム 12 元帳データベース 13 メモリ 14 利率データベース 15 端末装置 16 業務処理部 17 利率登録処理部 18 決算日処理部 19 利率テーブル 21 口座マスタレコード 22 利息積数レコード 10 data processing device 11 business application program 12 ledger database 13 memory 14 interest rate database 15 terminal device 16 business processing unit 17 interest rate registration processing unit 18 settlement date processing unit 19 interest rate table 21 account master record 22 interest product record

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 取引情報を入出力する端末装置と、 口座番号,残高,最新更新日を含む口座マスタレコード
に複数の利息積数フィールドからなる利息積数レコード
がチェインされてなる元帳データベースと、 開始日,終了日および利率からなるエントリを複数含む
利率テーブルと、 前記端末装置から入力された入出金取引情報に基づいて
前記元帳データベースから口座マスタレコードを検索
し、該口座マスタレコード中の最新更新日が開始日と終
了日との間に含まれるエントリを前記利率テーブルから
検索し、該エントリの利率に基づいて利息積数を計算し
該口座マスタレコードからチェインされる利息積数レコ
ードの該エントリに対応する利息積数フィールドに登録
し、これを取引日が開始日と終了日との間に含まれるエ
ントリまで繰り返す業務処理部とを有することを特徴と
する利息積数管理方式。
1. A terminal device for inputting / outputting transaction information, and a ledger database in which an interest product number record composed of a plurality of interest product number fields is chained to an account master record including an account number, a balance, and a latest update date. An interest rate table including a plurality of entries including a start date, an end date, and an interest rate, and an account master record is searched from the ledger database based on deposit / withdrawal transaction information input from the terminal device, and the latest update in the account master record is performed. An entry whose date is included between the start date and the end date is searched from the interest rate table, the interest product is calculated based on the interest rate of the entry, and the entry of the interest product record chained from the account master record is searched. Register in the Interest Volume field corresponding to and repeat this until the entry whose trading date is between the start and end dates. An interest product volume management method characterized by having a business processing unit.
【請求項2】 決算日に各口座の利息積数レコードの利
息積数と対応する前記利率テーブルの利率とをそれぞれ
掛けて総和をとることにより利息を計算し、その利息を
決算日の日付で入金処理し口座マスタレコードの残高お
よび最新更新日を更新する決算日処理部を含む請求項1
記載の利息積数管理方式。
2. The interest is calculated by multiplying the interest product number of the interest product record of each account by the interest rate of the corresponding interest rate table on the closing date to obtain the sum, and the interest is calculated on the date of the closing date. The settlement date processing unit for processing the deposit and updating the balance and latest update date of the account master record.
The interest volume management method described.
【請求項3】 前記端末装置から入力された利率登録取
引情報に基づいて利率データベースに開始日,終了日お
よび利率からなる新たなエントリを追加するとともに、
この利率データベースの内容を前記利率テーブルに反映
する利率登録処理部を含む請求項1記載の利息積数管理
方式。
3. A new entry including a start date, an end date and an interest rate is added to the interest rate database based on the interest rate registration transaction information input from the terminal device,
The interest product number management method according to claim 1, further comprising an interest rate registration processing unit that reflects the contents of the interest rate database in the interest rate table.
JP18350793A 1993-06-30 1993-06-30 Interest rate management system Expired - Lifetime JP2853526B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18350793A JP2853526B2 (en) 1993-06-30 1993-06-30 Interest rate management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18350793A JP2853526B2 (en) 1993-06-30 1993-06-30 Interest rate management system

Publications (2)

Publication Number Publication Date
JPH0785177A true JPH0785177A (en) 1995-03-31
JP2853526B2 JP2853526B2 (en) 1999-02-03

Family

ID=16137050

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18350793A Expired - Lifetime JP2853526B2 (en) 1993-06-30 1993-06-30 Interest rate management system

Country Status (1)

Country Link
JP (1) JP2853526B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009157560A (en) * 2007-12-26 2009-07-16 Shibusawa Enterprise Kk Apparatus for calculating pre-order interest, and system, program and recording medium for displaying pre-order interest
CN103065262A (en) * 2012-12-25 2013-04-24 远光软件股份有限公司 Processing method for modeling bank interest rate adjustment data
CN111192138A (en) * 2019-12-24 2020-05-22 天阳宏业科技股份有限公司 Interest-counting processing method, device and equipment for transaction data

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60117371A (en) * 1983-11-30 1985-06-24 Hitachi Ltd Automatic cash transaction device
JPH02143662U (en) * 1989-04-28 1990-12-05

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60117371A (en) * 1983-11-30 1985-06-24 Hitachi Ltd Automatic cash transaction device
JPH02143662U (en) * 1989-04-28 1990-12-05

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009157560A (en) * 2007-12-26 2009-07-16 Shibusawa Enterprise Kk Apparatus for calculating pre-order interest, and system, program and recording medium for displaying pre-order interest
CN103065262A (en) * 2012-12-25 2013-04-24 远光软件股份有限公司 Processing method for modeling bank interest rate adjustment data
CN111192138A (en) * 2019-12-24 2020-05-22 天阳宏业科技股份有限公司 Interest-counting processing method, device and equipment for transaction data
CN111192138B (en) * 2019-12-24 2023-10-20 天阳宏业科技股份有限公司 Method, device and equipment for processing information of transaction data

Also Published As

Publication number Publication date
JP2853526B2 (en) 1999-02-03

Similar Documents

Publication Publication Date Title
US6298333B1 (en) Use tax optimization process and system
US6038550A (en) Method and apparatus for managing interest on a developing series of financial transactions in several memories
CN113626527B (en) Financial data processing method and system
US8027869B2 (en) Method and system for monitoring achievement and attainment and calculating compensation via time-based organization hierarchies
JPH0785177A (en) System for managing interest number
JP2000339391A (en) Funds centralized control system, computer used in the same, its operating method and medium for recording program to control computer
JPH0652211A (en) Transaction processing system
JP3030299U (en) Accounting information processing device
JPH0667944A (en) Database management system
JPH05101108A (en) Control method for customer data
JP3061003B2 (en) Budget management system
JPH09128457A (en) Interest calculation service system for account transferred to sleeping account and its method
JP2000306012A (en) System and method for processing account data
JPH1139199A (en) Job management data transaction system
JP3681703B2 (en) Asset management device
JPH10334160A (en) Financial processing system and program recording medium for the same
JP3357044B1 (en) Computer-based financial accounting processing method and program
JPH08255203A (en) Cash flow schedule simulation system
JPH11265412A (en) Interest calculating device
Мирзалиев et al. Theoretical foundations of waste management
JPH05216861A (en) Accounting processor
JPS59170953A (en) Controlling method of time series data
JPS592947B2 (en) electronic cash register
JP2024142235A (en) Financial accounting processing system, financial accounting processing method, and financial accounting processing program
JPH0785180A (en) Accounting processing system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19970819

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19981020

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071120

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081120

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081120

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091120

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091120

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101120

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111120

Year of fee payment: 13

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111120

Year of fee payment: 13

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121120

Year of fee payment: 14

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121120

Year of fee payment: 14

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131120

Year of fee payment: 15

EXPY Cancellation because of completion of term