%% rbfin2-template.tex — submission template for the rbfin2 LaTeX class.
%% The rbfin2 class is distributed under LPPL 1.3c or later
%% (https://www.latex-project.org/lppl.txt). Authors are free to use this
%% template as a starting point; manuscript content remains the author's own.
%%
%% New here? See GUIDE.md for a short author walkthrough: metadata, authors,
%% declarations, the bibliography (clickable DOI titles), and compiling.
%%
\documentclass[submission,fleqn]{rbfin2}
% Portuguese: \documentclass[submission,brazilian,fleqn]{rbfin2}
% Clean preview: add nolinenumbers and/or nowatermark.
% Production (after acceptance): \documentclass[production,fleqn]{rbfin2}
%
% \rbfinsetup{
% year = 2026,
% volume = 24,
% pages = e202601,
% doi = 10.xxxx/xxxx,
% submitted = {January 1, 2026},
% revised = {February 14, 2026},
% accepted = {March 1, 2026},
% published = {March 31, 2026},
% editor = {Editor Name},
% }
\begin{document}
\rbfinsetup{
title = {Title of the Manuscript},
short-title = {Short Running Title},
abstract = {%
Write a concise abstract that states the research question, data, method,
main results, and contribution.
},
keywords = {Keyword one; Keyword two; Keyword three.},
jel-codes = {G10, G12, C58.},
}
% Add [country = {Brazil}] before {university} to print the country after the
% institution name.
\rbfinaffiliation{university}{Department of Finance, University Name}
\rbfinaffiliation{research-center}{Research Center Name}
\rbfinauthor{
name = {First Author},
email = {first.author@example.edu},
orcid = {0000-0002-1825-0097},
affiliations = {university},
}
\rbfinauthor{
name = {Second Author},
email = {second.author@example.edu},
orcid = {0000-0001-5000-0007},
affiliations = {university, research-center},
}
\rbfinauthorsetup{
running = {First Author and Second Author},
citation = {First Author and Second Author},
}
\maketitle
\rbfinprintabstract
\section{Introduction}\label{sec:introduction}
Introduce the research question, explain why it matters, and summarize the
article's contribution. Use author-year citations such as \citet{markowitz52}
or parenthetical citations such as \citep{rockafellar02,rockafellar06}.
\section{Data and Methodology}\label{sec:data-methodology}
Describe the sample, data sources, variable construction, and empirical
strategy. Displayed equations can be referenced with \verb|\eqref|:
\begin{equation}\label{eq:model}
r_{i,t} = \alpha_i + \beta_i r_{m,t} + \varepsilon_{i,t}.
\end{equation}
\section{Results}\label{sec:results}
Report the main findings and connect them to the research question.
\begin{table}[htbp]
\centering
\caption{Descriptive statistics}\label{tab:descriptive}
\begin{tabular}{
@{}l
S[table-format=2.2]
S[table-format=2.2]
S[table-format=1.2]
@{}
}
\toprule
Variable & {Mean} & {Std. dev.} & {$p$-value} \\
\midrule
Return & 1.24 & 4.82 & 0.03 \\
Volatility & 8.91 & 2.15 & 0.01 \\
Turnover & 0.56 & 0.33 & 0.18 \\
\bottomrule
\end{tabular}
\tablenote{This table is formatted using the newtxmath package.}
\end{table}
\section{Conclusion}\label{sec:conclusion}
Summarize the main result, discuss limitations, and indicate implications for
future research or practice.
\acknowledgments{Add acknowledgments here, if applicable.}
\funding{Describe funding sources here, or state that the research received no external funding.}
\conflictsofinterest{The authors declare no conflicts of interest.}
\dataavailability{Describe where the data can be accessed, or explain any access restrictions.}
\codeavailability{Describe where replication code can be accessed, if applicable.}
\noaiuse
% If generative AI or AI-assisted tools were used, replace \noaiuse with:
% \aiuse{The authors used [tool/version] to [purpose]. The authors reviewed
% and verified all outputs and remain responsible for the content of this work.}
\rbfindeclarations
\phantomsection\label{refs}
\bibliography{references}
\bibliographystyle{dcu-rbfin}
% \rbfinappendix
% \section{Additional Results}\label{app:additional-results}
\end{document}