Questions tagged [bank]

169 questions
1
vote
1 answer

Having trouble showing an Account ID and balance in two textboxes

I can't seem to figure out how to display Account ID and Account Balance into a textbox after the selected index is changed in the listbox. I have a Customer class and a Checking account class(which is a subclass of a Bank Account class). The part…
Guy
  • 13
  • 3
1
vote
4 answers

Parsing string to double - java

For a project I have a program that is like a bank. The "bank" reads in a file with accounts in it that look like this: Miller William 00001 891692 06 <----string that needs to be converted to double The last string has to be converted to a…
Gcap
  • 378
  • 6
  • 11
  • 25
1
vote
1 answer

Java Multi-threaded bank transfer, synchronization issues

I am attempting the multi-threaded bank transfer problem. However, I am having issues with correctly synchronizing the threads. Periodically after a thread performs a transfer between accounts it will test to ensure no money has been gained or loss…
0
votes
1 answer

Bank Account program that reads from a file

For my programming class, we have to design a bank account that reads and writes information to a file, which contains information, such as the 10-digit account number, first and last name, middle initial, and balance for people who open accounts.…
Cody Rogers
  • 1
  • 1
  • 1
0
votes
0 answers

Any intrinsic differences between CPU conflict miss and GPU bank conflict?

I am wondering whether anyone can explain to me what the intrinsic differences between CPU main memory conflict miss and GPU shared memory bank conflict. I feel that they are quite similar, as for the CPU conflict miss, the main memory addresess are…
Cheng
  • 21
  • 2
0
votes
0 answers

How to create a wallet with transaction

I am looking to create an application where I will be able as a user, to create a wallet, to supply my wallet with cash or bank card and to make transactions to people who have the application. Do you know how to secure all this? What type of…
0
votes
1 answer

How to add an external bank account with customer in stripe using laravel?

How can I add an external bank account for a customer in stripe using laravel. I am able to generate some output but not as required for me. { "id": "ba_1MI3bbF23J5kz1XAe7HfLvuN", "object": "bank_account", "account": "acct_1MHoBlF23J5kz1XA", …
0
votes
1 answer

Admob payment: Wire transfer to bank account

I have earned 169.99 in Sep, 2022. Admob sent an email regarding my payments. In the end, I received $31 less than I earned. Can somebody tell me if $31 is a wire transfer fee or something else? Best regards
0
votes
1 answer

how to pause the execution of a process if another process starts in simpy

I'm trying to model a bank's service process (for example) using simpy. However, I would like to insert a lunch break. However, using the interrupt function the call is interrupted and no longer processed and after the interrupt the requests…
Claudio
  • 1
  • 1
0
votes
1 answer

Anylogic - how to share resource pool?

I'm working on a simulation of the bank, and this model has two tasks: 'deposit and withdrawal' and 'consultation'. Since there are more customers in the 'deposit and withdrawal' business, I would like to set up a resource pool so that the server in…
안채연
  • 21
  • 2
0
votes
0 answers

I want following c++ program of bank account to run for 5 customers.But its saying that my object array has incomplete type

I want the following C++ program of bank accounts to run for 5 customers. But it's saying that my object array has an incomplete type. This code works ok for 1 customer, but it cannot work for more than one customer. // bank account #include…
0
votes
1 answer

How to compare average value from recent 2 weeks to average of previous 6 weeks by group

I'm trying to create a function that would affectively analyze merchant bank balance transaction averages across time in order to identify trends that could notify a lender of an increase in likelihood of missing a payment. So if the merchants most…
Grayv
  • 27
  • 4
0
votes
1 answer

Not able to withdraw money from a bank I made using oop

So I made a code in oop where it would allow you to deposit money in a bank, and also withdraw it. I solved the part where I was able to deposit money but I'm not able to withdraw money from the bank. I would appreciate a fixed answer. Thanks! class…
Ravishankar D
  • 131
  • 10
0
votes
2 answers

Error using ImportJSONBasicAuth to get data from my Bank API into Google Sheet

I am trying to get my bank balances in Google Sheets and decided to use this script https://github.com/bradjasper/ImportJSON to pull data from my Investec bank account via the API here:…
0
votes
1 answer

adapting bank information form based on country

I have a form where I need to ask for my users for their bank details to facilitate payouts. Aside of their account numbers, there are bank codes (e.g., Swift, IBAN, BIC, BSB, etc.). What kind of information is needed may differ per country. Hence,…
user40037
  • 35
  • 5