.tc-faq-container {
max-width: 100%;
margin: 30px auto;
font-family: Arial, sans-serif;
}
.tc-faq-item {
border: 1px solid #e5e5e5;
border-radius: 10px;
margin-bottom: 15px;
overflow: hidden;
background: #fff;
}
.tc-faq-question {
width: 100%;
background: #f7f7f7;
border: none;
outline: none;
padding: 18px 20px;
text-align: left;
font-size: 17px;
font-weight: 600;
cursor: pointer;
position: relative;
transition: 0.3s ease;
}
.tc-faq-question:hover {
background: #efefef;
}
.tc-faq-question::after {
content: '+';
position: absolute;
right: 20px;
font-size: 22px;
transition: 0.3s ease;
}
.tc-faq-item.active .tc-faq-question::after {
content: '-';
}
.tc-faq-answer {
display: none;
padding: 20px;
font-size: 15px;
line-height: 1.7;
color: #444;
background: #fff;
}
.tc-faq-item.active .tc-faq-answer {
display: block;
}
const faqItems = document.querySelectorAll('.tc-faq-item');
faqItems.forEach(item => {
const question = item.querySelector('.tc-faq-question');
question.addEventListener('click', () => {
faqItems.forEach(faq => {
if(faq !== item){
faq.classList.remove('active');
}
});
item.classList.toggle('active');
});
});
LC discounting is backed by a Letter of Credit issued by the buyer’s bank, while bill discounting is based on unpaid invoices or bills raised on the buyer.
Manufacturers, traders, exporters, importers, and MSMEs dealing in domestic or international trade transactions can apply for LC discounting facilities.
Generally, no additional collateral is required if the LC is issued by a reputed bank and the transaction profile is acceptable.
Usance LC discounting allows the seller to receive immediate payment against a time-based LC before the actual due date mentioned in the LC terms.
Sight LC discounting refers to immediate payment processing once the required shipping and trade documents are submitted and accepted by the bank.
The tenure usually ranges from 30 days to 180 days depending on the LC terms, buyer profile, and transaction structure.
The limit is generally determined based on annual turnover, transaction value, buyer strength, banking history, and the issuing bank’s credibility.
Commonly required documents include the Letter of Credit, invoice copy, transport documents, purchase order, GST details, and KYC documents.
Yes. MSMEs can use LC discounting to improve liquidity and manage working capital requirements without waiting for buyer payment cycles.
Sight LC, usance LC, domestic LC, and import-export trade LCs issued by approved banks are generally eligible for discounting.






