As Seen On

Recognized By
Corporate Fraud and Accountability in Arizona
Â
Introduction
In the complex web of corporate activities, the line between sharp business practices and fraud can sometimes become blurred. In Arizona, as in other states, the law takes a firm stance against corporate fraud, safeguarding the interests of investors, employees, and the public. This blog, presented by Tamou Law Group PLLC, aims to demystify the intricacies of corporate fraud and accountability under Arizona law.
Understanding Corporate Fraud
Definition and Examples
Corporate fraud broadly refers to illegal or unethical actions performed by individuals or companies to provide an advantageous financial outcome for themselves. Examples include:
- Misrepresentation of financial statements
- Insider trading
- Embezzlement
- Bribery and corruption
Impact on Stakeholders
The consequences of corporate fraud are far-reaching, affecting not just the company’s financial health but also its stakeholders, including employees, investors, customers, and the public trust.
Legal Framework in Arizona
Arizona, like other states, has established a robust legal framework to combat corporate fraud. Key statutes include:
Arizona Revised Statutes (ARS)
- ARS 44-1991: Prohibits fraudulent practices in relation to securities.
- ARS 13-2310: Defines fraudulent schemes and artifices, including false pretenses and representations.
- ARS 13-2311: Deals with the control of an enterprise involved in fraud through racketeering.
Securities and Exchange Commission (SEC) Regulations
The SEC plays a vital role in monitoring and regulating corporate activities, ensuring compliance with federal laws.
Accountability and Penalties
Civil and Criminal Liability
Individuals and entities found guilty of corporate fraud in Arizona may face both civil and criminal liabilities. Penalties can range from fines and restitution to imprisonment.
Corporate Governance
To ensure accountability, corporations are required to adhere to stringent corporate governance practices. This includes accurate financial reporting, transparent business practices, and ethical leadership.
Prevention and Best Practices
Role of Corporate Ethics
Creating a culture of integrity and ethics is essential in preventing corporate fraud. This involves establishing clear policies, training employees, and setting up whistleblower protections.
Compliance Programs
Implementing robust compliance programs can help detect and prevent fraudulent activities. These programs should be regularly reviewed and updated to adapt to new challenges.
Conclusion
Corporate fraud is a serious offense with significant repercussions. It undermines the economic foundation and ethical integrity of the business landscape. In Arizona, the legal framework is designed to deter such practices and hold perpetrators accountable.
Need Legal Assistance?
If you are dealing with corporate fraud or have concerns about legal compliance in Arizona, Tamou Law Group PLLC is here to help. Our experiencedise in corporate law and our commitment to justice ensure that your case is handled with the utmost professionalism. For legal consultation and assistance, contact us at 623-321-4699.
Awards & Recognition
Our recognition for Phoenix criminal defense defense is independently verified, click any award to confirm it:
- National Trial Lawyers Top 100
- National Trial Lawyers Top 40 Under 40
- Elite Lawyer 2026 – Criminal Defense
- Super Lawyers – Southwest
- National College for DUI Defense (NCDD)
When you are looking for the best Phoenix criminal defense lawyers, these are the independently verified credentials that matter, earned by Founding Attorney Michael Tamou and a full team of attorneys, including former prosecutors.
What Clients Say About Tamou Law
Real Google reviews from clients we have defended across Phoenix and Maricopa County. Every review is from a criminal defense client, never padded with non-legal work.
Frequently Asked Questions
What is considered corporate fraud under Arizona law?
Corporate fraud in Arizona means knowingly obtaining a benefit through false pretenses, misrepresentations, or deceptive business practices, prosecuted mainly as a fraudulent scheme under A.R.S. 13-2310. Common examples include falsified financial statements, embezzlement, insider trading, and bribery, and both companies and individual officers can be charged.
Is securities fraud a felony in Arizona?
Yes, securities fraud is a Class 4 felony in Arizona under A.R.S. 44-1991, which prohibits untrue statements, omissions, and deceptive practices in the sale of securities. Convictions carry potential prison time, restitution to investors, and civil liability enforced by the Arizona Corporation Commission.
How much prison time can you get for a fraudulent scheme in Arizona?
A fraudulent scheme under A.R.S. 13-2310 is a Class 2 felony carrying three to 12.5 years in prison for a first offense, with a presumptive term of five years. If the benefit obtained was $100,000 or more, probation is unavailable and prison is mandatory.
Can a business owner or officer be personally charged for corporate fraud in Arizona?
Yes, Arizona prosecutes individuals personally for corporate fraud, and officers, directors, and managers can face felony charges even when acting on the company’s behalf. Under A.R.S. 13-2312, illegally controlling an enterprise through racketeering is a separate Class 3 felony, so corporate position offers no shield from prosecution.
Does Arizona have a statute of limitations for corporate fraud charges?
Yes, Arizona’s statute of limitations for felony fraud is generally seven years under A.R.S. 13-107, and the clock often starts when the fraud is discovered rather than when it occurred. That means conduct from many years ago can still be prosecuted, especially in complex financial cases.
Can I sue a company for fraud or identity theft in Arizona?
Yes, victims can sue companies civilly under the Arizona Consumer Fraud Act, A.R.S. 44-1521, or common-law fraud claims to recover their losses, separate from any criminal case. Identity theft victims can also seek damages and should report the crime to police to document it.
How long do you go to jail for identity theft in Arizona?
Identity theft under A.R.S. 13-2008 is a Class 4 felony carrying one to 3.75 years in prison for a first offense, though probation is possible. Aggravated identity theft involving three or more victims or losses over $3,000 is a Class 3 felony with up to 8.75 years.
Is forgery a felony in Arizona?
Yes, forgery is a Class 4 felony in Arizona under A.R.S. 13-2002, covering falsely making, completing, or altering written instruments like checks, contracts, or corporate records with intent to defraud. Forgery often accompanies corporate fraud charges, so early defense representation matters. Call 623-321-4699, 24/7.
Two Arizona Offices, One Team
We serve all of Maricopa County and the surrounding area, with free, confidential consultations 24/7 by phone and in-person meetings at either office by appointment.
Case Results Disclaimer: The results described on this page are based on specific facts and circumstances and do not guarantee or predict a similar outcome in any future case. Every case is different. Past results do not guarantee future results. No attorney-client relationship is formed by viewing this page or submitting a contact form until a written fee agreement has been signed. Tamou Law Group, PLLC is licensed to practice law in the State of Arizona. This website is for informational purposes only and does not constitute legal advice.
(function() {
function customizeConsultForm() {
var form = document.querySelector('#consult-form');
if (!form) return false;
var fields = form.querySelectorAll('.gfield');
var emailField = null;
var didWork = false;
fields.forEach(function(field) {
var label = field.querySelector('.gfield_label, label');
if (!label) return;
var labelText = (label.textContent || '').trim().toLowerCase();
if (labelText.indexOf('best way to reply') !== -1 || labelText.indexOf('preferred contact') !== -1) {
field.classList.add('tlg-hide-field');
field.querySelectorAll('input').forEach(function(input) {
input.checked = false;
input.removeAttribute('required');
});
didWork = true;
}
if (labelText.indexOf('email') !== -1) {
emailField = field;
field.classList.add('tlg-email-required');
field.querySelectorAll('input[type="email"], input[type="text"]').forEach(function(input) {
input.setAttribute('required', 'required');
input.setAttribute('aria-required', 'true');
});
didWork = true;
}
});
var gform = form.tagName === 'FORM' ? form : (form.querySelector('form') || form.closest('form'));
if (!gform) gform = document.querySelector('#consult-form form, form[id^="gform_"]');
if (gform && !gform.dataset.tlgSourceBound) {
gform.dataset.tlgSourceBound = '1';
var pageUrl = window.location.href;
var pageTitle = document.title || 'Phoenix White Collar Defense Lawyers';
var pagePath = window.location.pathname;
var sourceTag = '[Source: ' + pageTitle.replace(/\s*[,|].*$/, '') + ' | ' + pagePath + ']';
['source_page', 'page_url', 'lander_url'].forEach(function(name) {
var h = document.createElement('input');
h.type = 'hidden';
h.name = name;
h.value = pageUrl;
gform.appendChild(h);
});
var hp = document.createElement('input');
hp.type = 'hidden';
hp.name = 'source_path';
hp.value = pagePath;
gform.appendChild(hp);
function findMessageField() {
var match = null;
form.querySelectorAll('.gfield').forEach(function(field) {
var label = field.querySelector('.gfield_label, label');
if (!label) return;
var t = (label.textContent || '').trim().toLowerCase();
if (t.indexOf('message') !== -1 || t.indexOf('comment') !== -1 || t.indexOf('detail') !== -1 || t.indexOf('describe') !== -1 || t.indexOf('tell us') !== -1 || t.indexOf('your story') !== -1) {
match = field.querySelector('textarea, input[type="text"]');
}
});
if (!match) match = form.querySelector('textarea');
return match;
}
function prependSource() {
var textarea = findMessageField();
if (textarea && textarea.value.indexOf('[Source:') === -1) {
textarea.value = sourceTag + '\n\n' + (textarea.value || '');
}
}
gform.addEventListener('submit', prependSource, true);
var submitBtns = gform.querySelectorAll('input[type="submit"], button[type="submit"], .gform_button');
submitBtns.forEach(function(btn) {
btn.addEventListener('click', function() {
setTimeout(prependSource, 0);
prependSource();
}, true);
});
}
var submitBtn = form.querySelector('input[type="submit"], button[type="submit"]');
if (submitBtn && emailField && !submitBtn.dataset.tlgBound) {
submitBtn.dataset.tlgBound = '1';
submitBtn.addEventListener('click', function(e) {
var emailInput = emailField.querySelector('input[type="email"], input[type="text"]');
if (emailInput && !emailInput.value.trim()) {
e.preventDefault();
emailInput.focus();
emailInput.style.borderColor = '#c62828';
emailInput.style.boxShadow = '0 0 0 3px rgba(198,40,40,.15)';
}
});
}
return didWork;
}
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', customizeConsultForm);
} else {
customizeConsultForm();
}
var attempts = 0;
var interval = setInterval(function() {
attempts++;
var done = customizeConsultForm();
if (done || attempts > 10) clearInterval(interval);
}, 500);
})();






